danikaze
danikaze
As far as I understand, and trying to answer in a very simple way (we can go more deep and deep into this): Electron is basically an encapsulation of a...
> Removing a `columnWidth` just shows an empty screen on my end and I believe that is what we are expecting. Do you still encounter this one? @danikaze Sorry, stopped...
This would be really nice, as well as accepting percentage values instead of absolute numbers (i.e. 3 columns of 60% / 20% / 20% width of the table full width)...
I was trying to use this exactly, and this is how I solved it... ```ts {text.padEnd(width, ' ')} ``` by the way, what's the difference between `Color` and `ColorPipe`? because...
JavaScript is a non-typed language, and if you start with that approach, to be consistent, why don't type check EVERYTHING? that's a bit of overkill in my opinion... So, I'm...
What I was saying is, if you want to write consistent code, why would you **only** check the reader list? Why stop there and don't check the rest of the...
Having parallel calculation will actually make things harder, if we want an order... but a way could be to calculate everything in parallel, and when everything is done, then apply...
Any plan of a pull request to join it to the master branch? :D
https://github.com/jamesjieye/html-webpack-exclude-assets-plugin/issues/20#issuecomment-1329421463 > This is my modified code, which can be used directly. it doesn't solve the problem for me
It would be nice if switching between scenes which includes another scene, to match the contents. i.e. ``` - Scene A - Scene C - Scene B - Scene C...