Juan Bono

Results 23 comments of Juan Bono

I think you have tweak a bit the normalization-factor (1e3 worked for me). Also I had to pass the `--xy` arg with value= `yx`. The end result was something like...

One way to debug the normalization factor is to print the variable `d` here https://github.com/efernau/rot8/blob/88f5bda28b8cc0b7af5a190b84c08cdc557bbf7c/src/main.rs#L344 and see its value. A really high value (or really low) can mean that you...

what sway version are you using? Also, what is the output of running this command?: ``` swaymsg -t get_outputs ```

that's really weird, the `transform `field is there

Yesterday I compiled a project that I didn't touch since 2021 and it failed to compile with the `no such file or directory` error you mentioned. Did you find a...

I found a way to fix it in my project by changing the way it builds the parser. I followed an approach similar to the ones in [solang-parser](https://github.com/hyperledger-labs/solang/tree/main/solang-parser) and [gluon](https://github.com/gluon-lang/gluon/tree/d7ce3e81c1fcfdf25cdd6d1abde2b6e376b4bf50/parser)....

Did you tried to put a sleep before starting rot8 in your script? Maybe it is a race condition.

yeah, this is a .cpp file without build system files.

Closing this issue since several ways of fixing the problem were presented.

I [did](https://github.com/juanbono/vscode-reasonml/tree/ocamllex-ocamlyacc-support) what @maelvalais said but I only got ocamlyacc/Menhir working. I'll take a look again later :)