-
The current implementation of `std::process::exit` is unsound on Linux and possibly related platforms where it defers to libc's `exit()` function. `exit()` [is documented to be](https://man7.org/linux…
-
Hello, dear users of this library, colleagues, and friends.
I'm Mykhaylo Yali, the creator of NestJsCRUD (some of you may know me personally as Michael).
I lived in [Mariupol](https://en.wikipedi…
-
The autocomplete does not delivery proper results for annotation properties, eg.
```
@OneToOne(fetch = FetchType.LAZY, cascade = { CascadeType.DETACH, CascadeType.REFRESH })
private Offer sour…
-
been experimenting with this and it has been a fascinating idea works surprisingly well
what could be the chances that sending to an alternative model could be added, honestly having a larger model…
-
I am using most recent version from develop, today I've again ran into issues with corrupted orderbooks mentioned in #269. I can see clearly in my logs that top value in orderbook was stuck there for …
-
This is half an enhancement, half a possible bug (memory leakage).
I've noticed that Rubberduck v2.1.2.2981-pre (and 2968) tends to fill up the RAM pretty quickly, and I was wondering if it was int…
-
### Is your feature request related to a problem? Please describe.
Currently, DuplicateBlock and DestroyBlock exist as transform tagging components and can be used to control wether an object can b…
-
Now that @ulrikstrid has begun the libuv conversion (#328) in #811, I'd like to outline an overall plan for how to finish the whole process sanely :)
The technical steps are:
1. ✔️ **Create …
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were…
-
There's a lot of API which is secretly a bunch of macros over `SSL_CTX_ctrl` or `SSL_ctrl`. Some time ago, we did a pass in BoringSSL and replaced them all with straightforward functions. We actually …