-
Currently majority of the code is written by using the procedural programming philosophy. However there are some aspects of the code that are better represented by using Object Oriented Approach where…
-
I have file in TOML simmilar to this one
``` TOML
dog = 1
cat = "invisible"
[food.a]
price = 123
[food.b]
price = 456
# Here it would be nice put terminate command
url = "http://www.google.com…
-
I think we've cornered ourselves with the way we've defined the selectors, specifically around the array-format selectors.
Implementing a parser for JSON Path, it feels more correct to say that the…
-
The Programming Historian has received the following tutorial on 'Scalable Reading of Structured Data' by @maxodsbjerg, Helle Strandgaard Jensen, Josephine Møller Jensen, Alexander Ulrich Thygensen. T…
-
In issue #437 we ended up with quite a lot of discussion around the syntax for functions. For anyone browsing the issue log that might be quite difficult to find so I'm opening a separate issue for it…
-
Tracking issue for the `bool::then_some` method, which abstract the following pattern:
```rust
if some_condition {
Some(t)
} else {
None
}
```
`bool:then` has previously been stabi…
-
If I'm not mistaken, ogm used to throw an error if we were not in a method with @Transactional (or a similar construct), but it seems that the new SDN does not throw an error. Is it possible to reenab…
-
Hi! Thank you for releasing this project. I'm often looking for a language that is powerful and fast to compile that helps with experimentation :)
This issue may sound like a joke but it's not. I f…
-
BPO | [20663](https://bugs.python.org/issue20663)
--- | :---
Nosy | @rhettinger, @terryjreedy, @cool-RR, @MojoVampire
*Note: these values reflect the state of the issue at the time it was migrated an…
-
Is it possible?