-
## Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests.
If you have questions on how to use Neo4j, please ask on [StackOverflow](http://stackoverflow.com/ques…
-
# **Gas optimization report**
## [G-01] Usage of uint256 instead of boolean state variable in storage and/or save a slot
You can save one slot by packing variable `creationUnlocked` with address sta…
-
https://github.com/diia-open-source/be-pkg-utils/blob/e969374fb769e59ab6bbdb709caeba0199e14a8c/src/applicationUtils.ts#L178-L184
```js
static isItnFormatValid(itn: string): boolean {
return !/^…
-
**Describe the bug**
After creating a Dask-cuDF data frame, if I perform multiple .loc operations on it using boolean Dask-cuDF series, then when I compute the data frame, it produces a runtime error…
-
I've noticed that strings are not welcome to store in components. What about boolean properties? There is no such type in Types enum as I see. So how to use boolean in bitECS?
I think booleans are …
-
When using `swift bundler run` to build and run an app, Swift Bundler simply starts the app's main executable as a child process and waits for it to finish (similar to what `swift run` does), however,…
-
See https://github.com/typelevel/machinist and https://github.com/scalaz/scalaz/blob/series/8.0.x/meta/shared/src/main/scala/scalaz/meta/Ops.scala
-
The `MultiSpanProcessor` is designed to wrap a bunch of other `SpanProcessors` that it delegates to. `SpanProcessor` is an interface, and it has two methods `isStartRequired()` and `isEndRequired()`. …
-
Just a quick TODO list:
**Usability**
- Make the bosonic solvers have parity with the fermions in how multiple baths and their lists of parameters are handled. We left the Bosonic one more gene…
-
Currently, every single token is pushed to the stack. That's what a shift action does.
This makes for a lot of pointless code pushing and popping tokens we don't use. (When we add location informat…