-
Hi,
I am currently working on building a Java SDK generator from RAML and Json schema. I find myself writing a lot of StringBuilder code to build up the Java class file string, and then output it to …
-
Currently doing some initial poking around in our codebase to see if the time is right for a full move to esm; our TypeScript config currently just targets commonjs.
The requirement of file extensi…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
https://openlibrary.org/authors/OL2982176A/Michigan_Historical_Reprint_Series
Although supposedly a scholarly publisher, this is just another publisher of out-of-copyright reprints with obfuscated …
-
Looks like LXML version 5.2.0 broke imports here. I've got following log:
```python
Traceback (most recent call last):
File "/home/runner/work/majornetlocs/majornetlocs/bin/check_po_requirements…
-
git and github for poets
70b330516854ef10e95b976a5790022edc4b5439
-
I've isolated a bottleneck from our production environment and here's a nifty self-contained benchmark for it: https://gist.github.com/tmcw/1a4e8ee47941454337dc5952dbf90180 (swap require('./') for req…
tmcw updated
11 months ago
-
As it is presented in the new v1.6 of the TM, there is 4 ways of rendering the geographical presence of `E39 Actor`:
1. With the `E9 Move` for `E21 Person`
2. With the `E7 Activity` typed "Sojourn" …
-
I've got minimum viable testing functionality up in my branch. Currently we do NIRCam S3-S5 and NIRSpec S2-S5. The S5 tests are just set to "fit" the "lightcurve" with least-squares and a bare transit…
-
# Integer Conversions and Safe Comparisons in C++20 - C++ Stories
Sometimes, If you mix different integer types in an expression, you might end up with tricky cases. For example, comparing long with …