Ricardo M.
Ricardo M.
As a workaround, I'm using ejs forcing an ISO string ```yaml entity: MyEntity items: sync{1..3}: topic: 'a-given-topic' id: '{{datatype.uuid}}' company: '@company*' syncDateTime: ```
Hi @eemeli, I've been reading your comments in regards `yaml` and I understand that this is something that we would need to tackle from `webpack` side but I just wanted...
Manually adding name and version property to `yaml/browser/package.json` seems to work, but according to @eemeli this is not the way to go ```json { "name": "yaml", //
Another way to approach this in the meantime could be leveraging `Processors`. ```typescript import { IProcessor } from 'typeorm-fixtures-cli'; // Importing 'YourEntityEntity' it's optional, it's mostly for typing purposes import...
> For those facing this issue, using the form `id: string = "default";` works correctly. You may need to disable `@typescript-eslint/no-inferrable-types`. In my case, using `v1.5.0`, I couldn't manage to...
If I understood correctly, the way concurrency works with DBF files, at least with Microsoft Visual FoxPro, is by setting flags in the headers (mark the entire file as `exclusive`)...
It will mostly depend on how are the files being read or in which mode, for that matter. For instance, using Microsoft Visual FoxPro, a `SELECT` clause will copy the...
Hi @Monteth, this is great 👍. In a couple weeks I need to work on custom fields to kinda have a workaround. In the meantime, please let me know if...
Thanks a lot for your videos @ChristianLempa 💪 (_regardless whether this PR is merged or not_ 😄)
@ChristianLempa that's a good point, I think that one option that can help here is to use a fixed version instead, this way the execution command will always be the...