-
Now that @zyzhu has started updating Deedle to netstandard 2.0 we should look at updating the whole FsLab collection
@zyzhu - do you use FsLab as an entire collection or just the individual pieces?
dsyme updated
3 years ago
-
ngx-mask version - 6.2.8
angular version - 6.1.9
app.module.ts
```
imports: [
NgxMaskModule.forRoot({
patterns: {
D: {
pattern: new RegExp('\\d'),
},
},
})…
-
Tried to run the client, but it crashed:
```
[lucas@megatron Client]$ python3 ./OpenBench.py -U lucasart -P ********* -S http://chess.grantnet.us/ -T 7
Machine unregistered, will register with Ser…
-
What's the model to do Process Managers/Sagas/Long running processes or in general, transforming `event -> command list`?
I don't understand well the proposed framework, sorry 😅
Looks like ever…
-
Is there any plan to bring Windows Template Studio to asp.net core framework. I think that is exactly what we customers want/needs.
https://github.com/Microsoft/WindowsTemplateStudio/
-
EF affects performance because slow it still doesn't support 2nd level caching (cache entities between HTTP requests). We have to find some workarounds such as custom entities for caching, model cachi…
-
The docs below, in the *master* branch, were flagged during the test run of the Markdig migration. Refer to the spreadsheet's *DifferenceAfterMigration* tab for more details, and apply the following c…
-
I now have a user configured and was able to define Minic engine parameters and submit a job. But when I try to use the client I get this
```
python3 Client/OpenBench.py -U test -P thegoodpassword…
-
Refactor to test Repository functionality directly instead of routing via Entity methods.
`test_delete_all` is an example of directly accessing repository and calling methods on it. Other methods s…
-
Just watched the latest comunity hangout. You said, db first will ne removed. I understand why, but:
In a real World scenario there are lots of applications that have to share one database. Sometimes …