robertovaldesperez
robertovaldesperez
``` function configure() { localforage.defineDriver(memoryDriver) const forageStore = localforage.createInstance({ driver: [ localforage.INDEXEDDB, localforage.LOCALSTORAGE, memoryDriver._driver ], name: 'guru-cache' }) return setup({ baseURL: process.env.VUE_APP_BASE_API, timeout: 0, cache: { maxAge: 15 * 60...
It would be interesting to compress the json data in the database
It would be interesting to add some support to save the warnings of a task that has finished successfully
How can I pause and resume a job?
Hello, I have this configuration: Development.cs HasMany (x => x.Assets) .KeyColumn ("Promotion_ID"). NotFound.Ignore (). LazyLoad (). Cascade.AllDeleteOrphan (). AsSet (); Asset.cs References(x => x.Estate).Column("EstateId").NotFound.Ignore().Fetch.Join().LazyLoad().ReadOnly(); References(x => x.Property).Column("PropertyId").NotFound.Ignore().Fetch.Join().LazyLoad().ReadOnly(); When I do...
Hello, I have this configuration: Development.cs HasMany (x => x.Assets) .KeyColumn ("Promotion_ID"). NotFound.Ignore (). LazyLoad (). Cascade.AllDeleteOrphan (). AsSet (); Asset.cs References(x => x.Estate).Column("EstateId").NotFound.Ignore().Fetch.Join().LazyLoad().ReadOnly(); References(x => x.Property).Column("PropertyId").NotFound.Ignore().Fetch.Join().LazyLoad().ReadOnly(); When I do...
webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:620 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build....
is it possible to pass convertDataFunc cell instead of cell.Value?
**Describe the bug** The file has 34 columns and only return 33 columns **To Reproduce** Steps to reproduce the behavior: 1. Read this file, tab "Collaterals" [Project Atlas II -...
@youngcm2 If the excel has several sheets, is it possible to know the name of the sheets?