Utku Demir

Results 39 issues of Utku Demir

Currently, `import_batch` is typed like this: ``` type BatchCallback = (errors: [Error] | undefined) => any; import_batch(eventNames: string[], options?: BatchOptions, callback?: BatchCallback): void; import_batch(eventNames: string[], callback?: BatchCallback): void; import_batch(events: Event[],...

The upcoming flakes feature of Nix simplifies the setup on that project, so I think we need to migrate to it once it is released. Actually, using https://github.com/edolstra/flake-compat we could...

`relude` is my go-to custom prelude, and I currently spend time adding the required `mixins`' section. Same with some GHC extensions. I'd enable them unconditionally if this project were only...

Nix 2.4 is supposed to be released soon (famous last words), which should support invoking Nix inside Nix derivations. That would allow us writing more tests like 1. Generate the...

Currently most of the inputs we allow are raw strings. The user can easily pass incorrect values (project names with disallowed characters, module names that does not fit haskell syntax)....

This PR adds the `script_filename` parameter to `get_args` and `compile` functions, introducing the ability to sidestep the "command line too long" error that can arise from complex filtergraphs, described in...

### What happened and what did you expect to happen? We're trying to use VideoFxProcessor for background replacement in our browser app. However, for some users, they intermittently get this...

Bug
Documentation
video-ml

~~Hello.~~ ~~I'd like to use pyjade on my standalone application without any framework(pure python), and I can't find any documentation about this.~~ ~~It would be nice to have a few...

When `tsify` fails to parse the argument passed, it throws an error which causes a memory leak on Rust side. Which eventually causes a `memory access out of bounds` to...