-
```javascript
class CustomAccessController {
static get type() { return 'someUniqId' }
static async create(orbitdb, options = {}) {
return new CustomAccessController(orbitdb, optio…
-
Thank you for your library, it's super useful. I have one question: Is it possible to achieve something like this:
As you can see header with dates sticks to the screen as well as the side he…
-
Hello !
I'm perfectly aware that dead-code elimination is a desirable feature, but in some cases it can be problematic.
For example, as part of a project ([Yourbones](https://github.com/funkywork/y…
-
This was actually brought up as [an unresolved question in the ROADMAP](https://github.com/hyperium/hyper/blob/master/docs/ROADMAP.md#should-there-be-hyperio-traits). I think I mentally dismissed it a…
-
https://github.com/TonimatasDEV/PacketFixer/issues/21#issuecomment-1716807706
You should probably check this out.
-
I'm not sure if this is within the scope of the project, but would it be possible to raise an exception when the Stop button is clicked (much like you would have a KeyboardInterrupt when a user interr…
-
Why below example about[ `pin::new_unchecked`](https://doc.rust-lang.org/std/pin/struct.Pin.html#method.new_unchecked) is UB?
If T is `Unpin`, it seems to be OK,
if T is `!Unpin`, then `mem::swap` …
-
So i've gotten pretty close to getting windows 10 arm to boot. But for some reason after selecting the boot device it wont no longer detect the keyboard, when the press any key to continue prompt arri…
-
* Your Windows build number:
Microsoft Windows [Version 10.0.19041.264] (desktop)
Microsoft Windows [Version 10.0.19041.264] (laptop)
* What you're doing and what's happening:
on wsl2 o…
-
**What happened**:
Using Ruby that include git-1.11.0.gemspec, see below info from the log file:
```
"package": "git-1.11.0",
"package_cpe": "cpe:2.3:a:scott-chacon-and-others:git:1.11.0:*:*:*:*…