Ruben Moor

Results 36 comments of Ruben Moor

depending on the auth method of the user there might be different ways to notify. any of them would be awesome. something even easier probably would be a notification on...

I will get started on this one. However, I have no intuition whether or not this involves bigger changes in the code base. Any comment on that would be nice.

``` func _process(_delta): if not visible: return # more code here ... ``` this seems like bad practice. There are these functions for this purpose: * `_set_process(false)` to not run...

``` fort-s-chreib-ba-r fort-s-chreib-ba-re fort-s-chreib-ba-rem fort-s-chreib-ba-ren fort-s-chreib-ba-re-r fort-s-chreib-ba-res fort-s-chrei-be fort-s-chrei-ben fort-s-chrei-ben-d fort-s-chrei-ben-de fort-s-chrei-ben-dem fort-s-chrei-ben-den fort-s-chrei-ben-der fort-s-chrei-ben-des Fort-s-chrei-bens fort-s-chreibst fort-s-chreib-t Fort-s-chrei-bung Fort-s-chrei-bun-gen Fort-s-chrei-bungs-da-tei fort-s-chrei-te fort-s-chrei-ten fort-s-chrei-ten-d fort-s-chrei-ten-de fort-s-chrei-ten-dem fort-s-chrei-ten-den fort-s-chrei-ten-der fort-s-chrei-ten-des Fort-s-chrei-tens...

Something like this would be nice: ``` routeLink (FrontendRoute_Foo :/ SubRoute_Bar :# "my-fragment") $ text "Click me!" ```

This is how I trie to work with haskell-language-server, using easy-hls-nix: ``` { system ? builtins.currentSystem , pkgs ? import {} }: let # latest, hls 1.5.0 # easy-hls-src =...

Hi, thanks for your help. That approach you suggest here I tried exactly, but adding arguments to `frontend`, e.g. deviating from `frontend :: Frontend (R FrontendRoute)` has the effect that...

I guess these are two issues: First, some test in connection with `ob run` implies `frontend :: Frontend (R FrontendRoute)` and I don't know where to make adjustments. Second, when...

To the nix users here: I get `cygpath: command not found` when entering a git repo. I created an issue in the nix pkgs repo https://github.com/NixOS/nixpkgs/issues/118146 But maybe there is...