-
#3
**Estimated Time** : TBD
**Acceptance Criteria:**
- Create a new file TableTemplate.js in the project3 directory.
- Define a JavaScript class named TableTemplate.
- Implement a static method fillI…
-
While #12711 was merged, it seems like there's a separate issue worth tracking around adding translation tests for argparse (see https://github.com/python/cpython/pull/12711#issuecomment-1964754284)
…
-
#### Help with translations
Many Evennia translations are not up-to-date. We depend on help from volunteers for this.
Language Code | Language | Last updated | Outdated
-- | -- | -- | --
…
-
In its current form, Tir is vulnerable to the attack described [here](http://lua-users.org/lists/lua-l/2011-12/msg00813.html).
Lua strings are interned. The predictability of the hashing algorithm al…
pygy updated
12 years ago
-
feel free to contribute
there are still many things [todo](https://github.com/SimonWaldherr/fsagent/blob/master/TODO.md), e.g.:
* support for YAML
* more verbose logging
* search/extract strings…
-
elif reportoptions == "natureofwork_membername":
finalre = {
'estimated_time_with_add' : pendulum.duration(),
'date': set(),
…
-
Have you guys run into issues trying to parse strings with fractions that correlate to irrational numbers? For example, the following will all return `null` for `qty`.
```
1/3 cup flour
2/3 tsp a…
-
![image](https://github.com/mandiant/flare-floss/assets/156560/2cea52e7-b6f9-4fcf-9716-536d61ccbafa)
from https://www.virustotal.com/gui/file/ef01c77275359e1399b9d2a7a1bc12e440d6cfc143e143237dc409…
-
Having a mysql table with a JSON field, I can easily select any integer included in the JSON object with the simple query:
"SELECT JSON_EXTRACT(json_field, '$.item_id') AS item_id FROM my_table…
-
Support for querying / writing JSON values, similar to SQLite's support (https://www.sqlite.org/json1.html) and PG's support (https://www.postgresql.org/docs/14/functions-json.html).
Ideally should…