-
**Describe the new feature you would like to see**
Use a config for the frontend to gather all settings/config variables and avoid "magic" numbers in the code
**Describe the solution you'd like**
…
-
How to get following code?
```lua
function func() end
```
-
@arichardson pointed out that it's a little odd that `CAndPerms` can't clear the global (GL) perm on sealed capabilities: it's possible to clear it by storing to memory and loading via a capability wi…
rmn30 updated
1 month ago
-
Hi and thanks for the continued development and maintenance of DIAMOND.
I'm interested in speeding up searches against NCBI nr. Ideally I would like to get only the top 10-20 hits, even if they are…
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-ove…
-
Debería ser `allGlobals` y contemplar también las `const` globales.
Tal vez estaría bueno un método `Node.isGlobal` 🤔
_Originally posted by @PalumboN in https://github.com/uqbar-p…
-
### In which editor is this a problem?
N/A
### Describe the bug
There are projects which haven’t fully switched to Sass modules system and use approach where every variable, mixin and function is d…
-
Node Version: Latest
Node BACstack Version: Latest
- [ ] Bug Report
- [ x] Feature Request
- [ ] Question
**Note:** Make sure you have read the [FAQs](https://github.com/fh1ch/node-bacstack…
-
## What problem does this feature solve?
I am using a table in the application. I use sorting in almost all columns. and just ascend, descend. Typing [nzSortDirections] = "['ascend', 'descend']" in a…
-
### Steps to reproduce
I have a namedtuple that I want to mutate on a function:
```python
foo = collections.namedtuple("foo", "")
def bar() -> foo # Here pylint warns me
global foo
…