WYRD
WYRD
Here is an example project handling migrations specifically, if you need any inspiration for this. https://deno.land/x/[email protected]
I think the simplest thing to do would be to add a setting for the project to define the configuration file path manually.
It seems very counterproductive for prisma to not invest some effort into this issue. It's a wonderful tool, but this is a point in which the pros it brings get...
Any news on this? Can we have this as an optional behavior perhaps? I absolutely never use or need the scratch layer. This would remove the last frustrating thing about...
@hedning Tx for info. If it doesn't look too bad, perhaps you could just describe what needs to be done in short terms if you find the time, so someone...
I got this working properly by observing keyup, focus and blur. Shrinking works only on blur, but thats acceptable for me. ``` var resizeIframe = function() { editor.composer.iframe.style.height = editor.composer.element.scrollHeight...
Yea, I had some strange effects happening too. Temporarily, I use a different check for height, as iframe and composer height values seem to not allways reflect reality. No strange...
Sory bout that, its a proprietary element of my cms. Here its just a html element containing the editor.