Cade Michael Lueker

Results 6 issues of Cade Michael Lueker

As soon as I load snip-integ I no longer get autosuggestions after the third character. I am not sure what exactly is going wrong as there is no error message.

Because typer is using types from click a BytesParamType() function cannot be added but the click function StringParamType() handles the case of value being bytes so it can handle being...

feature
click
p3

Adding :lang flix module for doom emacs. I took most of the syntax hightlighting from https://github.com/jhckragh/flix-mode and added functions for executing flix commands and installing the flix.jar (the flix executable...

is:feature
re:modules

I'm digging through some of the documentation to build a Contract object from an abi and execute transactions with it on the Evm. It seems like all of the docs...

question

First step with a 1-1 conversion from ReducedAst to JvmAst with no changes. Questions 1. should I include contexts in the visitors that are present in `Reducer.scala`? example below. -...

If anyone has tips on how to make this more effect style please let me know, I find that I'm falling into branching pattern matches, I'm not sure if `forM`...