Michał Kalbarczyk

Results 31 comments of Michał Kalbarczyk

Hi there! Thanks for all comments and contributions. I did't commit anything for years. But maybe it's time to make the gem up to date and release v1.0!

Fixed with #75

You should build `erlport` with `make` to have ruby libs available. Also you can try erlport elixir wrapper: https://github.com/fazibear/export, it will build elport dependency for you.

This is what I've figured out today. Just an ssh service discovery. ```elixir [ # create domain for an ip %Mdns.Server.Service{domain: "somedomain.local", data: :ip, ttl: 450, type: :a}, # make...

.cr is a https://crystal-lang.org/ extension. What about .🦀 ?

I have ternsorflow repo checked @ a230417c58c258b2417225c739a1e5f0890491e6 maybe this will help.

Hi @bararchy, thanks for your message. The question is what you are trying to archive? There are two parts of tensorflow. The core and this are the bindings and other...

@peastman Hey. Did you figure out how to handle keyboard input? Have the same problem. Reaper have an option, but other DAWs don't. In other plugins like Kontakt you are...

Hey! Just was thinking about start to implement helix/kakoune mode for zed and found this one. I'm just curious why this mode is implemented as part of vim_mode crate instead...

Just added ``` rust let mut context = WebContext::new(Some(PathBuf::from("/tmp/webcontext"))); WebViewBuilder::with_web_context(&mut context); ``` Nothing changed. Just salt files are created in tmp folder.