Paul Frischknecht

Results 41 issues of Paul Frischknecht

`CodeFormatterPrint` should IMO be named something like `PrettyPrintSymbolDefintions`. I don't think the names should include `CodeFormatter` as they are already in that package. Maybe have prefixes to avoid conflicts. `FullCodeFormat`...

http://mathematica.stackexchange.com/questions/2809/programmatic-formatting-for-mathematica-code-possible/2810#2810

I'd like to use `CodeFormatterPrint` to serialize definitions and a canonical but readable way. For this, all the code it produces should, when evaluated, restore the definitions I had in...

From the code it seems as if `CodeFormatterPrint` uses `FullCodeFormat`, but on a given definition their output still differs: ``` ClearAll[f] f[x : _a | _b] := 0; CodeFormatterPrint@f ```...

Can you update the tutorial with the new steps? ![image](https://user-images.githubusercontent.com/2378665/204090302-492c9893-d974-431a-902c-f1c8fc819590.png)

Hi. I just started using this and wanted to get a TransactionsHistory, following https://github.com/Chavithra/degiro-connector/blob/main/examples/trading/connection_2fa.py https://github.com/Chavithra/degiro-connector/blob/main/examples/trading/transactions_history.py however, I get this and it seems the returned data structure is None... what can...

bug

I tried to use this, but no luck ``` npx leveldb-json --file ./json.json --db ./firestore-data/all_namespaces/all_kinds/output-0 ../deps/leveldb/leveldb-1.14.0/db/version_set.cc:58:13: warning: ‘std::string leveldb::{anonymous}::IntSetToString(const std::set&)’ defined but not used [-Wunused-function] 58 | std::string IntSetToString(const std::set&...

What's up with that? ![image](https://user-images.githubusercontent.com/2378665/222964083-72a09729-9629-4cb1-9378-f475b9aa2548.png)

Can you please comment on the order in which keys and values will be returned when iterating this? JavaScript Map for instance guarantees that iterating over the map returns the...

help wanted

I run into this quite often: ``` "poseWorldToView" -> poseWorldToView "intrinsicsRgb" -> intrinsicsRgb, ``` The first line is missing a comma. But the code is parsed and executed correctly and...

enhancement