trosel
trosel
http://perl6intro.com/#_regex_definition Explain the differences between ```perl6 /light/ m/light/ rx/light/ ``` Are they all the same in the context of smart matching (`~~`) ? This language doc shows that `m/thing/` is...
rather than doing this func code(thing) {} do this ```golang func code(thing) {} ```
Not sure what's going on. Maybe the `onTimeRangeChanged()` function is not working right
## Detailed Description in the theme options, let me select a “system” option that will switch between light and dark based on my system preference at the moment. ## Context...
### Actual Results / Problem switch to dark-theme and settings page is not implemented fully. or it doesn’t switch fully ### Expected Results / Possible Fix It will look good...
The current file does not explain what the difference is between blocks and procs. I get the impression that a Block is a more primitive thing than a Proc. If...
How does immutability work with constants? Constants can invoke methods / expressions? So they can be assigned something at runtime, but cannot be re-assigned something? Include more examples for this.
i am looking for the code where all the token definitions and bridges live, but can’t find it. if this code is not exposed, can we request a new token...
Since you use electron, I assume that this would be relevant: https://web.dev/prefers-color-scheme/ But there are also some libraries that can handles this for you as well https://github.com/Assortment/darkmodejs
Users can log in to urbit mobile apps today with addresses generated by urbit running on a VPS. I want to be able to log into an urbit mobile app...