Alexandre Daubricourt

Results 10 issues of Alexandre Daubricourt

I protected my split function and it passes 1 protection test, but crashes on another one: ![image](https://user-images.githubusercontent.com/17302866/149306876-8318f4b8-fad5-4c22-a180-4622c4215bd8.png). My code: ```c char **ft_split(char const *s, char c) { int max_arr_size; char...

After installing ERAM, with no further instruction from the installer or github, I try to execute C:\ERAM\install.bat with an administrator CMD and I get this error: ``` C:\ERAM>install.bat Device node...

### Rules - [X] I made myself familiar with the README. - [X] I checked closed issues for similar ones and did not find a similar feature request mentioned before....

feature

When for any reason the extension gets disconnected from Discord RPC, it would be nice if the extension tried to reconnect every 1m (without showing error toasts).

At first I really liked the idea of using cryptography instead of storing OTP attemps in DB, but how to protect from buteforce attacks? Usually I'd expect any OTP attempt...

With this example: ```rust fn main() -> () { let str = r#" div 1 div 2div 3 div 4 "#; let dom = tl::parse(str, Default::default()).unwrap(); let parser = dom.parser();...

This example will fail: ```rs fn main() -> () { let str = r#" hey "#; let dom = tl::parse(str, Default::default()).unwrap(); let parser = dom.parser(); let inner_html = dom .children()...

Hi, Is it possible to export types? Without this, `just` cannot be used to build TypeScript libraries.

**Is your feature request related to a problem? Please describe.** I'd like to be able to set a footer for my row selection column. **Describe the solution you'd like** I'd...

Hi, You might want to update deps to `pdfjs-dist@5` as `pdfjs-dist@4` requires `canvas@2` which is not compatible with node 22 ``` node-pre-gyp info using [email protected] node-pre-gyp info using [email protected] |...