ThalusA

Results 15 issues of ThalusA

This is related to issue #15306

I'm using Fedora 36 which is using SELinux. I'm running `deno run -A --unstable deno.js`. I'm getting this error: `tcc: error: mprotect failed: did you mean to configure --with-selinux?`. See...

bug
ext/ffi

```rust use napi::bindgen_prelude::*; use napi_derive::napi; #[napi] pub mod test_module { #[napi] pub enum test_enum { test_value } } ``` This currently doesn't work and give out this error: ``` error[E0599]:...

Is it possible to implement CRC-32 calculation of GSM32 like in this document: [link](https://www.etsi.org/deliver/etsi_ts/102300_102399/10236101/02.04.01_60/ts_10236101v020401p.pdf) page 140?

Hello, it may be worth considering shifting the focus from server-side state mutation to client-side rendering. The current use of web sockets for state management can result in slow performance,...

needs investigation

Hi, would it be possible to add antivirus exclusion directive inside the README ? I can't seem to find how to do that in the latest version of WIndows 11....

question

## Introduction As stated here: https://hub.docker.com/_/openjdk The OpenJDK Docker image is getting deprecated which mean it could open its way into unsecure application. ![image](https://user-images.githubusercontent.com/15985204/201785570-ef888ac9-4cda-40d7-8e2d-fefe5568d573.png) ## Feature Update project version and...

Mind if you change the README.md a bit to know how to use it in iOS? @bitgamma

### Input C/C++ Header ```C++ class IUnknown { public: virtual void Release() { delete this; }; }; class iTH : public IUnknown { public: virtual void AccessibleFunction() = 0; };...

enhancement

Hi, Since this project is quite old and unmaintained, would you mind open sourcing it so people could try to upgrade it in the latest Android version ? It would...