-
### Is your feature request related to a problem or challenge?
In postgres, `to_timestamp` has signature `to_timestamp ( text, text ) → timestamp with time zone` and `to_timestamp ( double precision …
-
### Describe the bug
After adding several items to ListBox, scroll the listbox with draging ScrollBar or code: `listbox.AutoScrollToSelectedItem = true;listbox.SelectedItem = item` will raise an abn…
-
For lists, padding is wrong and nested lists don't work at all.
For quotes, there is a weird white background which makes text unreadable.
Reported on [Reddit](https://www.reddit.com/r/osugame/com…
-
When 3 or more point sources are included through the ini file, but the line parameters only specify one 0, the third source will behave randomly. Running the same code several times gives different r…
-
Clicking Open containing folder opens the file manager in a very weird directory. Here's the one opened on top and the one I expect on the bottom:
![image](https://github.com/user-attachments/asset…
-
```
from tinygrad import Tensor, TinyJit
@TinyJit
def f(a, b): return a + b
a = Tensor([1, 2, 3])
b = Tensor([4, 5, 6])
for _ in range(5):
f(a, b)
```
works fine.
but
```
a = Ten…
-
I don't know how I got it in the state, but j and k would skip several lins and move down or up a few lines at a time.
-
Hi. I was experimating with lots of generated worlds and thus had to delete some world export .xml files, just to unclutter my game folder.
However, for world, that was explored in Legends Viewer ear…
-
### Description
On the linux build of Swift, `AnyHashable` does not appear to have the type-erasing semantics that it does on macOS and iOS. On those platforms, any type of integer converted to an `A…
-
**Describe the bug**
I think that CSIRO renderer has one instance of an extension for ALL instances of a repeating item.
while the LHC renderer has one instance for EACH instance
**To Reproduce**…