-
- [x] Move `len(zndraw)` call in update loop to avoid socket-call
- [ ] ~~Allow non-Jupyter use~~ postponed due to unsolved runaway server problems
- [x] Allow multiple frames in the same file using…
-
# Abstract
Gaspot at present is a raffle where users send 1 GAS to a wallet to enter, with the chance to win unlimited gas prizes which are based on the number of entries. There are 3 winners each we…
-
Initially I had proposed the one-time TOTP authentication system, but in both time-based and counter-based OTP (HOTP) there is a problem called synchronization, which, among other things, forces in ca…
serrq updated
2 years ago
-
Hello!
I've encountered a weird error when trying to use the genai runtime on my setup. I know that my setup is _unconventional_ to say the least and that it may not be supported, but I'd still app…
-
It would be very handy to have a compiler capable of parsing ASN.1 files to PHP classes. And then using those PHP classes to build the requisite ASN.1 data structures to be encoded. Or take an encoded…
-
Hi,
I just cloned the repo and ran `npm install`
And then ran `npm start`.
It failed with this message:
```
> headlesscms@2.0.0 start /Users/cz/Documents/a-projects/headlesscms_org/test/hea…
-
### Nuclei version:
main | latest
### Proposed Changes:
- follow up of #5016
- this limitation is for cases where bruteforcing or sending multiple payloads while dynamic extract…
-
##### Description
Having a callback defined in the openapi 3.0.0 yaml file. This throw below error while trying to generate code. Its ok if no code is generated for the callback section, but th…
-
I've noticed I get an exception when I use something like
``` clojure
((hfs-delimited "hfds:///a.txt") ?x ?y)
```
as a generator, and a.txt contains some lines where the second token is empty, so …
-
Operations that return many items use continuation tokens to allow the items to be returned in batches.
REST responses that do not contain all items include an HTTP header `x-ms-continuationtoken` …