Jonas Hedman Engström

Results 10 issues of Jonas Hedman Engström

In the case of using `tch` as a sub-dependency of [other crates](https://crates.io/crates/tch/reverse_dependencies), disabling the default feature of downloading `libtorch` when depending on any of them becomes impossible. According to [this...

We recently bumped our Tide version from 0.8.1 to 0.14.0 which caused our response payloads/bodies for errors to be empty. This seems to be since we use `tide::Error`s for our...

Here's a first pass on supporting the `range` request header through `serve_static`. A successful response will be a `206 Partial Content`, including setting the `accept-ranges`, `content-range`, and `content-length` response headers....

Hi! I'm missing `range` support in Wisp that is used when some clients are fetching larger files and to support resuming downloads. I've made an attempt at an implementation in...

Based off of #81 . I made an attempt at some initial conversion to/from proto expressions. Does the expression IDs exist somewhere or are they computable as of now? I...

I'd like to be able to store a successfully parsed CEL expression by de-/serializing it externally. To be able to use it again, I added the `Program::from(Expression)`. I tried to...

There is currently no way to (easily) convert from a BitArray that contains non-UTF codepoints to a String. This is usable when, for example, you need to handle filepaths and...

# Error message ``` Panic: compiler-core/src/javascript/decision.rs:1276 invalid slice type made it to code generation: UtfCodepoint Gleam version: 1.11.1 Operating system: linux ``` # Repro Set the `target` in `gleam.toml`: ```toml...

help wanted
priority:high

Hi! This seems like a really nice lib and I've tried to use it for a quite simple expression parser, inspired by [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust/blob/master/parser/src/cel.lalrpop). My attempt so far (trying to keep...