-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
### Steps to reproduce the problem
1. Copying the verification HTML snippet from my Mastodon account preferences to the entry page of my home page: `Mastodon`
2. Adding my homepage to my "Profile me…
-
I have factories like:
```python
class UserFactory(factory.django.DjangoModelFactory):
class Meta:
model = User
username = factory.Sequence(lambda n: f"{_faker.user_name()}_{n…
-
**Description**
When `salt-call` is executed through a script, I see the following error:
```python traceback
[ERROR ] 'ascii' codec can't decode byte 0xe2 in position 8516: ordinal not in rang…
-
During verification we were looking at requirements for the value of `PPTR_TOP`on AArch64 in EL2.
It turns out that the actual `#define` is correct, or at least safe, but the comment and ASCII art…
-
I am trying to use BIDSonym, but unfortunately due to https://github.com/PeerHerholz/BIDSonym/issues/28 I am doomed to provide "$PWD". With datalad run, since I guess we do magical decision making on…
-
Hi!
Please could you add an option to disable transliteration? It's not always appropriate or user friendly for certain languages to have all their URL's be converted "into English".
Thank you
-
JS `String`s are stored as `utf-16`, so if I want them stored as `utf-8` (rather, utf-8-like, since they will still be utf-16 when converted back), we could filter a string, keeping only values that l…
-
Here's the current implementation:
It does a quick check for simple equivalence against the abbreviated or long aliases, then does a case insensitive compare. However, for proper compliance we …
CAD97 updated
5 years ago
-
Back when all lessons had to run in a single file, it made perfect sense to hide boilerplate code. Particularly given that we couldn't guide learners to the salient part of the code like we can now.
…