Felix Richter

Results 13 issues of Felix Richter

Hey, one of the nice features of environment files is that they can build upon the existing environment: ``` export SEARCH_DIR=$PWD/files ``` The expected behavior would be that the resulting...

This PR uses the derive_builder crate to derive builder classes for all structs. This enables writing an OpenApi Spec in a much more readable and straight forward fashion (No need...

Hi, I am currently in the process of writing a custom fetcher. In the process I noticed, that the event type for the serach and its results are identical. This...

Add Actions to Repositories -> needs packaging for rbdl

enhancement

There are 2 edge cases where the camera movement breaks. 1. If you jump to the view from top and also jumped to side and front view previously all axis...

enhancement

Hi, I am using `typst-lsp 0.13.0` and noticed that imported variables are not autocompleted. Example: `variable.typ` ```typst #let test_var = 100 ``` Example: `document.typ` ```typst #import "variable.typ": * #test_var ```...

Update code to support "official" crate `typst-syntax` version `0.11.0`

I just tried to upgrade to `jlrs 0.20.0` updated all the rust side code and it compiles creating a shared library. But I am running into a Library Load error...

Consider the following Situation: I have a rust-crate and corresponding JuliaPackage that use `jlrs` lets call this package `jlrs-foo` it exports an OpaqueType. | crate | julia-package | |--------| ------------------...

This MR builds upon #1154 and updates the test suite and rust code to work as expected.