-
Updated
May 21, 2022 - Go
storage
Here are 2,935 public repositories matching this topic...
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 14, 2022 - JavaScript
From code https://github.com/thanos-io/thanos/blob/main/pkg/queryfrontend/roundtrip.go#L123, we are compiling the regex every time to match strings. This can be optimized by only compiling the regex once and checking if the string matches.
matched, err := regexp.MatchString("/api/v1/label/.+/values$", r.URL.Path)
if err == nil && matched {
return labelValuesOp
}-
Updated
May 19, 2022 - JavaScript
-
Updated
May 19, 2022 - Go
Before opening, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have read the guide for submitting bug reports.
- I have done my best to i
-
Updated
Feb 10, 2022 - Python
I want to implement a pagination,
Did Vue have reactive query variable like React hooks useLiveQuery() second parameter deps?
const limit = ref(50);
const items = useObservable(liveQuery(
() =>
db.orderBy("creat")
.limit(limit.value) // the limit is reavtive ref, but change limit not triger the items change.
.toArray()
))
-
Updated
Feb 4, 2022 - JavaScript
A body element's start tag may be omitted if the element is empty, or if the first thing inside the body element is not [ASCII whitespace](https://infra.spec.whatwg.org/#ascii-white
-
Updated
May 21, 2022 - Go
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
May 12, 2022 - Python
Followup of datafuselabs/databend#2776
We should avoid the following code in HTTP handler:
if context
.get_settings()
.get_enable_new_processor_framework()
.unwrap() <--- convert to error instead of `unwrap`
!= 0
&& context.get_cluster().is_empty()-
Updated
Nov 6, 2021 - Java
Describe the bug
certain pods are missing "standard" labels which are useful for certain scenarios:
app.kubernetes.io/name
app.kubernetes.io/instance
To Reproduce
Steps to reproduce the behaviour:
- Deploy longhorn
- Check labels
default labels are missing on:
all csi-.* pods
engine-image
instance-manager
longhorn-csi-plugin
Expected behavior
app.kubernetes.io
-
Updated
May 21, 2022 - C
-
Updated
May 2, 2022 - JavaScript
-
Updated
Mar 31, 2022
-
Updated
Apr 25, 2022 - Go
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 19, 2022 - Ruby
I want to create a Nuxt3 module base on nhost Js client to use it in Nuxt 3.
User ( session, cookie etc )
Graphql ( query + mutation )
Storage
Functions
I'm not expert, but ready to learn and sweat to do so
Someone is already work on it ? can I join ?
@elitan @plmercereau are you open to this suggestion ?
Improve this page
Add a description, image, and links to the storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the storage topic, visit your repo's landing page and select "manage topics."
There are a lot of options in persistConfig that aren't mentioned in the README. We should add a section to the README that documents each option you can declare in a persistConfig.