-
### Operating System
windows
### Programming Languages
python
### CCXT Version
2.5.46
### Description
Although my bot was running last night, today it keeps saying ''Exception has occurred: Att…
-
As noted in https://github.com/hapifhir/org.hl7.fhir.core/pull/1700, results retrieved from the TerminologyCache can be mutated. This should never be the case. Though the validation code may need to a…
-
Since [recent changes](https://github.com/whatwg/html/issues/2861#issuecomment-348885326) about `HTMLInputElement.prototype.files`, it is possible to set this property to an other FileList object.
…
-
| Lists | Tuple | Dictionaries | String |
|----------|:-------------:|------:|------:|
| mutable | - | - | Immutable |
-
Mods should have some form of IO that supports [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations (i.e. mutable) to save player progression or customization that could no…
-
Major inspiration: ConcurrenTree
-
Coming from non-game environments (FP inspired Javascript notably, like well known flux architecture or even react at its core); I was heavily surprised the philosophy of State update has mutation at …
-
When stating comfyUI I am seeing the following error. Do you have any ideas what might be causing it?
Cannot import /export/home/comfyui/custom_nodes/ComfyUI-PuLID-Flux-Enhanced module for custom n…
-
A nice way to adjust an analysis's deconstruction.
The scenario is that you're on a web-page or maybe a command line. You paste your text, and the analysis runs and shows you what it thinks the nouns…
-
Should strings be mutable internally and/or externally?
As-is, strings are mutable internally, but they appear to be immutable externally.
If we kept to the invariant that strings are immutable inte…