Niklas Mollenhauer

Results 158 issues of Niklas Mollenhauer

Owner of the npm package [`node-ts`](https://www.npmjs.com/package/node-ts) here. I'm suspecting that you actually want to install [`ts-node`](https://www.npmjs.com/package/ts-node) instead, since the library doesn't seem to look like it has anything to do...

Does needle support HTTP2? Keywords: - `HTTP2`, `HTTP/2.0`

Essentially, it takes the same options as `transcribe`, as done in #58. Ref in docs: https://platform.openai.com/docs/api-reference/audio/createTranslation#audio-createtranslation-response_format Ref in transcriptions: https://github.com/openai/openai-openapi/blob/23a4b18b65bb7b002894bae1084d99134b2897e3/openapi.yaml#L7271-L7281

VB.NET has `AndAlso` and `OrElse` as a short-circuiting alternative to `And` and `Or`. Some other keywords have been missing. References: - https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/andalso-operator - https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/orelse-operator This PR also includes #9.

Is this project currently unmaintained? This syntax definition is used as VSCode's VB.NET syntax definition. As it is used for VB Classic and VB.NET, this syntax definition misses some important...

Like mentioned in https://github.com/mikepound/feistel/pull/3#issuecomment-591720857, this PR tries to implement CFB and OFB modes. You can use this for validation of the samples: ```shell # CFB echo "c0ldc0ffee" | python3 encrypt.py...

`FROM nginx` seems to pull a debian-based image. It would be nice to have something like `socialengine/nginx-spa:alpine` that uses `nginx:stable-alpine`. nginx docs: https://hub.docker.com/_/nginx

Is it possible to release this as a mod on steam? Other games like Halfquake also do this: https://store.steampowered.com/app/644320/Halfquake_Trilogy/

[nud2dlib](https://github.com/nikeee/nud2dlib) was a great adventure. Most stuff has been backported to [d2dlib](https://github.com/jingwood/d2dlib), especially [numerics support](https://github.com/jingwood/d2dlib/pull/97). We should use d2dlib again, to reduce fragmentation and combine efforts.

enhancement

Windows Forms applications are not (yet?) supported for trimming. However, we might want to do it on some of our libraries. Some pointers: - https://docs.microsoft.com/en-us/dotnet/core/deploying/prepare-libraries-for-trimming - https://docs.microsoft.com/en-us/dotnet/core/deploying/trim-self-contained - https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming-options