Miłosz Bieniek
Miłosz Bieniek
And thats all? Just check if have same `char_len`?
Hi! I understand that `ctx.lvars` is missing the key-value pair for `name`. https://github.com/shiika-lang/shiika/blob/4a3252f0d6239f550518d2c104ee9dcae2b157ae/lib/skc_codegen/src/lib.rs#L484-L499 Inside `gen_const_inits` function we call `self.new_ctx` with empty Hash as `lvars` param. Should I add a pair...
If I'm not wrong there are some specs already implemented that can be marked as done here like `Class#attached_object`, `Hash#shift`, `Integer#ceildiv`, `Module#const_added`, `Proc#parameters`, `String#dedup` and probably few more.
Another batch of implemented ones: - `A proc that accepts a single positional argument and keywords will no longer autosplat` - `Constant assignment evaluation order for constants set on explicit...`...
I guess it should contain `show` and `index` views and DNS worker? What ronin library should I use for querying DNS records? Or could you just describe it a bit...
I have an `IP Address` with few `OpenPorts`. By clicking on the `IPAddress` node I'm loading all associated `OpenPorts`. Then, when I click the new a `OpenPort` node it shouldn't...
> This feature has a lot of hidden work associated with it. Yeah I realized that.. I did some work, but it will wait for better times
TODO: Add macos and windows to CI
Hey! Good to hear:D I will try to do it and also to move on with other issues 😄
@postmodern 0.1 version of this PR. Let me know if at least my idea is correct. I'm not sure if I understand `CommandKit` correctly 😄