Ruben Fiszel

Results 153 issues of Ruben Fiszel

Probably more sbt related than spatial related, but it happened from a fresh clone a few times and finally compile after a few tries (without changing anything). Happened to matt...

bug

We rely on overloading and linearization order for rewrite rules Another solution is to use partial functions: from ```scala trait B { def f(x: X) = ... } trait A...

enhancement

It would be nice to have a consistent style across spatial that is enforced by a style conf through scalafmt: https://github.com/scalameta/scalafmt

enhancement

Currently, all resources are in spatial. Doesn't this go against making argon reusable for other projects ? With the create_resource branch, it is needed to add an argon_files_list that doesn't...

enhancement

git tags represent specific point in time of a branch. Releases should be tag of the master branch (instead of using a branch release) Versions in build.sbt should be in...

enhancement

Hello, Currently, the API doesn't seem to be compatible with environments like Doom or ATARI.

Hi, I'm trying to upgrade from a previous version of the monaco-languageclient. I'm only interested in the language client and otherwise prefer to load monaco than vscode, especially for languages...

### What happens? Anchor do not always work because of content shift and browser end up being not at the right endpoint https://github.com/scalar/scalar/assets/275584/26b42b87-0537-448f-a638-8b18927e7a47 ### ### ### What did you expect...

bug
package: @scalar/api-reference

Works with 1.75.0, but here is the issue with 1.76.0 ``` --> /home/rfiszel/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustpython-ast-0.3.0/src/impls.rs:60:1 | 60 | static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: source type: `generic::Stmt` (1216 bits) =...

Our users would like a debugger. I figured since monaco-languageclient is mostly vscode at this point it might not be too hard but wanted to have your opinion on the...

enhancement
example