-
### Description
When executing the Crew, a `TypeError` occurs in the `_extract_thought` method of `parser.py`. The error arises because the text variable is None when passed to `re.search()`, which e…
shbfy updated
1 month ago
-
From #31: Can we say that layout is some deterministic function of a certain, fixed set of inputs? This would allow you to be sure that if you do not alter those inputs, your struct layout would not c…
-
It is a frequent [source of confusion](https://github.com/rust-lang/unsafe-code-guidelines/issues/517#issuecomment-2251834170) that `MaybeUninit` is not just preserving all the underlying bytes of sto…
-
Users can add concept URIs to pages and e.g. nbgrader exercises; in order to discover relevant tests for comprehension (and possibly develop a test bank)
**Is your feature request related to a prob…
-
In `LatinBackOffLemmatizer()` and the lemmatizers in its chain I can't seem to find an option to return an empty value (such as in `OldEnglishDictionaryLemmatizer()`'s `best_guess=False` option), inst…
-
These are the list og JBUGs we need to update.
- [ ] compiler/tests/testBalt.bal: `JBUG: #32575`
- [x] compiler/tests/testBalt.bal: `JBUG #32440 can't use assertNotEqual`
- [x] compiler/tests/te…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
0.20 (Release)
### Full version info
```shell
[code]
OS: macOS 10.16
Word size of FreeC…
-
### Context
I got to spend a few hours working on getting `regress` support for `pattern` into `check-jsonschema`, and it works great! ... On version 0.4.5! :sweat_smile:
I don't fully understa…
-
**Description**
I have a file i wish to fully comment. The comment flag for it is `//`.
for this i used this state
```
comment_file
file.comment:
- name: /etc/apt/apt.conf.d/50unattended-u…
-
What would be a good way to make it so that I can write a type `type state = b:buffer uint32{length b = 16}` and that gets compile to `typedef uint32[16] state` ?
The usecase is the following: I ha…