Larissa
Larissa
Picking up on @RDIL's comment: I added the build output files to an electron app and encountered a few issues. After specifying each of the files in package.json and with...
A very rough way to fix script references is `baseUrl: './'`. However, this also messes with routes, so a somewhat more correct approach is to change only `o.p=` in the...
Issue persists with v3.0.0.
Any updates on this? Thanks!
I'm not sure this answers it. `isAlpha` supports $ as a character for variables and constants, but units are still governed by their own parseUnit function. ``` Unit.isValidAlpha = function...
You don't have to override `math.parse.isAlpha` since it it's not used in conjunction with `math.Unit` as it stands currently. But you're right, you can just customize `math.Unit.isValidAlpha`. So something like...
100% agreed, it would be great to have a bulk delete entries action. It would be neat to have in the UI as well. Currently, you cannot delete a content...
Any news on this? Current workaround is to delete rows from DynamoDB in AWS ... Thanks!
Deployment failed every time with 403 error (i.e. bucket permission issue), see screenshot above. Trying to manually create bucket of the name that webiny had picked in AWS directly was...
In this case, the bucket name pulumi came up with was `fm-bucket-394a717`. "Random" of course does not guarantee "unique". If you guys think it's fine and the cases where the...