-
This was recently raised on VDMJ (via VDM VSCode). It is quite useful to correctly parse nested `/* ... */` style block comments because it means you can comment out large blocks of code without worry…
-
Is there any way to have operator overloading?
For example, if I have a vector type with a `def (+) (a: Vector) (b: Vector): Vector`, I'd like to be able to use it and other `+` definitions without…
-
There's a vowel detector in `MucMessageHandler` used for the nick replacement. I've hardcoded lists of vowels from the languages I know, but that's not enough. I think we should improve it to use some…
-
- Biggest symbol should be 150x150px
- Smaller symbols should be in the same size ratio
- no background
- 2-bit, if angular
- reduced gray tones if rounded corned
- colored pictured if possible w…
-
If I have a large record, I'd like to be able to create a new record with some elements changed without having to write out all elements of the record.
For example,
```
let a = {
x = 1.0,
y…
-
https://drafts.csswg.org/css-tables/#drawing-cell-backgrounds
> In addition to its own [background](https://drafts.csswg.org/css-backgrounds-3/#propdef-background), [table-cell](https://drafts.cssw…
-
#4431 requests to turn `box-shadow` into a shorthand. During the discussion of this change @dbaron mentioned that there is a general issue in handling list-valued longhand properties.
According to hi…
-
Currently `::slotted()` is a functional pseudo-element, which causes no end of problems:
- [No way to get slotted elements with querySelector()](https://github.com/whatwg/dom/issues/463)
- [No abi…
-
nim-c-code:
```nim
{.emit: """
#include
#include
""".}
proc f() =
{.emit: """
printf("sz=%d\n", sizeof(struct kinfo_proc));
""".}
f()
# sz=648
```
nim-code:
```nim
i…
-
We're missing a very useful form of reduction algorithm:
![image](https://user-images.githubusercontent.com/398194/118079414-07498d00-b36d-11eb-82f2-3c2bba6ed60a.png)