-
Various feature additions
### Extension.ts
- Add formatStructLeft flag to allow formatting for better vscode folding (eg label: return)
- Add rStructLeft to formatter to asign left aligned key…
-
Previous guide available at [https://www.jbase.com/wp-content/uploads/sites/6/2019/10/jBASE-Transaction-Journaling.pdf](https://www.jbase.com/wp-content/uploads/sites/6/2019/10/jBASE-Transaction-Journ…
-
Getting your type aliases through a base class like QMCTraits becomes problematic when you have a templated base class.
```c++
template
class OneBodyJastrowOrbitalBsplineSoA :
public J1OrbitalS…
-
Need to update the MVConnect docs to have Non-jBASE specific instructions on how to configure items such as custom headers. The current MVConnect docs are jBASE specific.
-
I made a comment on your article below, which is the following.
https://typefox.io/tutorial-how-to-embed-java-in-an-xtext-dsl
--- my comment ---
"I followed your domainmodel example with the late…
-
**Jetty version(s)**
Jetty 11.0.18
**Java version/vendor**
openjdk version "21.0.1" 2023-10-17 LTS
**OS type/version**
Debian/Bookworm
**Description**
Some months ago I upgraded from Jet…
-
**Is your feature request related to a problem? Please describe.**
We are using jbase as DB connected on T24(Transact) Core Banking, Since VS studio code is very flexible on adding user snippets. I'v…
-
I have a rule:
```
JavaStatement returns AbstractStatement:
{JavaStatement}
(statement+=XJStatementOrBlock)+
;
```
When I parse e.g.:
```
for (int i = 0; i < y; i++) {
x+=i;
}
``…
-
The following code does not work:
```agda
{-# OPTIONS --cubical --level-universe #-}
open import Agda.Primitive
data _≡_ {l : Level} {X : Set l} : X → X → Set l where
refl : {x : X} → x ≡…
-
NeDB, while nice in concept has some issue that make it rather annoying to work with. Instead, we should switch to [TingoDB](http://www.tingodb.com/), which has mongodb level performance, and API.