Skip to content
Snippets Groups Projects
  1. Apr 29, 2023
  2. Apr 28, 2023
  3. Apr 26, 2023
  4. Apr 25, 2023
  5. Apr 24, 2023
  6. Apr 23, 2023
  7. Apr 22, 2023
    • Davis Silverman's avatar
      Add experimental new OFX importer (#921) · a1d321d6
      Davis Silverman authored
      Hi there, 
      
      I try to tackle #798 here. It was suggested to throw this behind a
      feature flag, so here it is!
      
      this does its best to import the problem file in #767. 
      
      I am working on this because it would make my work on #918 easier :)
      
      Feel free to set the feature flag to true and try the new importer. The
      date parser is not as sophisticated as the one in `node-libofx`, but I
      tried 3 different OFX files, one from my bank, one from the mocks, and
      one from #767. They all seem to work well enough on that front, but this
      is definitely the weak point of the new implementation.
      
      Let me know what you think!
      Unverified
      a1d321d6
  8. Apr 21, 2023
  9. Apr 20, 2023
  10. Apr 19, 2023
  11. Apr 16, 2023
  12. Apr 13, 2023
  13. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      Unverified
      cd00da76
    • Jed Fox's avatar
      Unverified
      d7d5820c
  14. Apr 09, 2023
  15. Apr 06, 2023
  16. Apr 05, 2023
  17. Apr 04, 2023
Loading