-
I read the chapter about ENUMs at your homepage:
https://blitzmax.org/docs/en/language/enums/
and found this:
![ScreenshotEnumBug](https://user-images.githubusercontent.com/82944421/150962658-01bc5…
-
Consider the following code
```ts
export enum ScriptKind {
Unknown = 0,
JS = 1,
JSX = 2,
TS = 3,
TSX = 4,
External = 5,
JSON = 6,
}
```
If a user tries to pass along the …
-
Merged in schedule, libtirpc, ipv6, bitwise comparison for SOCK_STREAM patches into my fork and tagged as 1.08, could use some more testing.
-
### 🐛 Describe the bug
Let's say you have a model code and when you run it twice you get bitwise different results. Where did it diverge? We can use TorchFunctionMode/TorchDispatchMode to localize wh…
-
## Description
Enable large tensor support for following operators under np:
Operator | Asignee | Status | Action
-- | -- | -- | --
abs | @Zha0q1 | Works |
absolute | @Zha0q1 | Works |…
-
Here is a brief compilation of problems I have seen:
- perhaps `assign` should be what `strict_assign` is
- I have never used `assign` or `strict_assign` and Robbepop dislikes the API
- It is…
-
# Background and Motivation
Many data are binary blobs. In particular, the EVM address and hash types are 20 bytes and 32 bytes respectively. We should support these natively within Proof of SQL. S…
-
probably it's related to the way js represents numbers. it seems the results of bitwise operations are overflowing
examples
```js
-46 ^ 0x82f63b78 = 2097792170
0 ^ 0xffffffff = -1
```
-
In GitLab by @jmstone216 on Aug 16, 2023, 13:54
When merging the bump to Kokko4.1.0, it was noticed that the gr_monopole test in CI fails infrequently, and in unpredictable ways. Is this a race cond…
-
`~=` already becomes `≃`, which (without ligatures), looks like "bitwise-not assign". I'd like to see `~==` become `≅`, meaning "approximately equal".