Alessio Stalla

Results 201 issues of Alessio Stalla

Our language makes antlr4-c3 take an exponentially long time as we add clauses to a relatively simple expression. It appears that the processRule method enters into a loop of recursive...

enhancement

``` CL-USER> (ql:quickload :fset) To load "fset": Load 1 ASDF system: fset; Loading "fset" ............... ``` Compilation of the "testing.lisp" file fails with: ``` The assertion (< 0 (LENGTH JVM::C)...

``` //class MyService constructor(protected dateAdapter: DateAdapter, protected datetimeAdapter: DatetimeAdapter) {} setLocale(locale) { this.dateAdapter.setLocale(locale); this.datetimeAdapter.setLocale(locale); } //later myService.setLocale("it"); //later still myService.setLocale("en"); ``` Observed effect: regular Material date picker switches from DD/MM...

It uses slash characters also on Windows, so it doesn't work there.

bug

When launching the Boot service, provide command-line flags to add/update a connection

Create, update, delete tables, columns, ... by acting on the model. Probably would be best done after the model DSL effort so that we can leverage model listeners. Each operation...

At least, CRUD with permissions