-
This ticket is to add possibility for field select box options to be hierarchical in order to enable data structure such as typical geographical information structure (e.g.: country -> region -> city …
-
In terms of the model-view-controller paradigm, currently, the structure of the view closely follows that of the model. But there should be the possibility of having a view (i.e. input form) with stru…
-
See screenshot below. The language "Español" is not sorted under "E", but (I suppose) by its English name "Spanish", i.e., it appears in the list along with other languages beginning with "S". This is…
-
I couldn't find much background about the considerations underpinning the earlier decision to swap out `->` for `is` as the _definition operator_, which will potentially be very relevant in what I am …
-
Pyret supports data values with:
- Pattern matching via `cases`
- Name-based dot access
- Constructor-style printing
The above three features are critical. `data` supports other features as we…
-
In the Portuguese mac keyboard I am unable to type brackets, curly brackets and Euro sign.
When pressing the following keys I should get the correct character:
- alt + 8 = [
- alt + 9 = ]
- a…
-
Hi,
This might not be bug but maybe just a config issue...
I'm currently running Plex and have the DVR function enabled (hooked up on a HDHomeRun Extend).
I'm recording shows and movies but since…
-
The Rust and Motoko Result are isomorphic but don't match, leading to awkward interop with Rust canistes (i.e. all our system canisters).
What should we do about it?
1. Introduce a new Result li…
-
I'm only creating an issue on this because (a) it was mentioned a couple of times on python-dev and (b) we should track the discussion here (I couldn't find an existing issue that covers this). I'm no…
-
https://github.com/servo/servo/pull/7777/files#diff-ed2c588bed7bbd35cf3ebc3cc09ded10R3
This points at an incomplete implementation in https://github.com/SimonSapin/rust-caseless, but we should figure…