-
Instead of `_coconut_something`, we could try just `_something` or even `_s`, but would have to be careful to only do so if that variable name was never used anywhere else.
evhub updated
7 years ago
-
It would be nice if various properties of the FIFOs would be documented. What comes to mind is
- maximum throughput (`SyncFIFO` of `depth == 1` only does a throughput of `50%`, same for `SyncFIFOBuff…
-
| | |
| --- | --- |
| Bugzilla Link | [48021](https://llvm.org/bz48021) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @JDevlieghere,@jimingham |
## Ex…
-
Currently, they are "OK" but I want them to be purty, super purty, as a lot of our apps use tabular data. I'm going to spend a tiny bit of time on this!
-
-
Monospace is nice for coding, but for my usage of LDT, I want to use a pretty text. So I'd like to use something like Arial or Verdana instead of a monospace font, simply because monospace does not lo…
-
I have a map with bounds limited by restrictedExtent, and people are able to get a framed cloud popup with large height to open partially outside of the restricted Extents, causing it to be totally un…
-
I have been very impressed with https://typer.tiangolo.com/ as an argparse alternative for three reasons:
1. Pretty and colorful help - something ``rich-argparse`` also does
2. Pretty and colorful…
-
At least user settings. The current structure of the NijSAC website is sub-optimal I think. I at least cannot find the most important things quick.
-
How about:
```python
with match(myobj):
with case(MyClass.MyConstructor) as x:
x.y
with case(MyClass.MyOtherConstructor) as x:
x.z
```
I think I could implement thi…
radix updated
2 years ago