-
### What would you like to be added?
Add new compactor based revision count, instead of fixed interval time.
In order to make it happen, the mvcc store needs to export `CompactNotify` function t…
-
Collection of design patterns and the corresponding issues if not contained in the repository already (in reference to Design patterns (by Gamma, Helm, Johnson, Vlissides)). Some patterns are probably…
-
@aphostway @dankeyburn @hostwayeric @reverb1080
I'm going to start creating a few tickets for issues I see on the current Hostway Marketing Website that may impede our ability to launch the new site…
-
This is happening because the checker is analyzing the string _inside_ the annotation (three strings inside `Literal`). The ranges aren't correct in that case. We need to find a holistic solution to t…
-
### Describe the issue
I am currently trying to get the ONNX Runtime to work on the ZCU 102.
For this I used the following instructions:
https://github.com/edelaye/onnxruntime/blob/gh-pages-update…
-
The update to npm v9.6.6 https://github.com/nodejs/node/pull/47862 introduced a new license [BlueOak-1.0.0](https://blueoakcouncil.org/license/1.0.0) that's not approved by the OpenJS Foundation IP po…
-
minad updated
8 months ago
-
@kkunal1408 @parijatm @soneryaldiz @Lastdayends This issue it to track progress on moving the capacitor array generation from the pnr phase to the primitive phase.
Here are some things to do:
- [x] …
-
Hi!
I made a similar tool https://github.com/ewgRa/gocsfixer and think about more close integrate this tool with go-critic, since looks like there is a lot of common between two projects, and maybe…
ewgRa updated
6 years ago
-
I'd love to be able to namespace custom properties, ala:
``` css
/** @define Button */
:root {
--ns-Button-size: 1rem;
}
```
Is there any way that I'm missing to do this currently?