Ilya Shabanov
Ilya Shabanov
Confirmed that behaviour. With **"@wpackio/scripts": "6.4.0"** (npm) and "wpackio/enqueue": "2.2" (composer) I get the behaviour described above. So I believe something changed in the web pack config and it doesnt...
Just maybe a bit of explanation - I am using ACF Blocks, so the blocks are all server rendered in php and not embedded via JS.
So far the workaround I have works pretty well. Have created 2 scss files one is for the backend and one is for the frontend. They only differ in the...
I ran into the same problem as you guys and studied the solution @bpod proposed. It is really cool, thanks a lot for that! The 2 things that did not...
As far as I understand what you need is to simply copy your media file into the same directory as your index.html and then load it via http://localhost:8080/test.wav. The port...
Ran into the same problem. My solution is to do this: ``` #Initialization eel.init('build') eel.start('index.html',port=1234,host='localhost') ... @eel.expose def generateAndReturnImage(): #This will return a very long cryptic path in some tmp...
Check the repo I created https://github.com/lnilya/eel-react-typescipt-scss . It is based on react, but the principle is the same.
Hmm do you have python installed on the machine you are building and is it the correct version? What happens if you type in 'python3' into console?
I managed to get it to run in Python 3.7, with quite a bit of modifications that "seem" not to affect the segmentation. I think partially it is also related...
In my case the note field is called annote and using {{annote}} does not seem to pick it up. Is there any way this could be included in the template...