Tim Robinson
Tim Robinson
Seems it only happens with files with windows line endings (CRLF). However, this is the default line ending for files created by `lein new app` so it's likely to trip...
as @EPMatt said, a simple workaround is just to move aws-sdk from your devDependencies into dependencies so it gets bundled with your package. Creates 70MB of extra bloat (per function...
maybe I'm doing something stupid but the highlighting makes it all but impossible to use in fireplace. Even with @agzam's hack still some escape codes are generated. Or maybe I'm...
Thanks :-) I cancelled out at the last minute because I didn't actually want to redeploy right now, but the menu option was there and seemed to want to do...
FYI you can use the Visual Studio template to create a React project and it generates a call to `UseReactDevelopmentServer()` from the namespace `Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer` which is part of `Microsoft.AspNetCore.SpaServices.Extensions` DLL....
> > ``` > stream['length'] = size > ``` it seems this workaround doesn't work with the version 3 SDK however, the `PutObjectCommand` has a parameter called `ContentLength` and setting...
Similarly, if you copy some HTML that includes `` tags and paste it into slate, the images are removed (which doesn't happen with vanilla `contentEditable`). This happens on the image...
an updated version of @babel/core removes the warning (7.20.12 at time of writing)
here's one that's updated for react 17. it seems to be working for me in 18 (using legacy-peer-deps) though I've not tested for @VPPietro's issue https://www.npmjs.com/package/@ronchalant/react-loading-overlay https://github.com/ronchalant/react-loading-overlay
Wow I never would have spotted the "Classes" and "Global" menus. you should definitely redesign the page to make them more obvious (maybe just getting rid of the huge extraneous...