divSelector

Results 15 comments of divSelector

Has anyone figured out the wizardry that is involved in placing the windows where? It's kinda like the numbers that you put into the position spots are used as a...

It's kinda weird how this thing can do literally anything, but if you want to place the element at a specific position, that is just out of the question. Top...

I tried changing the element's top and left properties but, if it doesn't render at farthest top left corner, it think that it cant go any further left or up.

Well, I figured it out. ```js useEffect(() => { let intervalId; const positionElement = (elem) => { let x, y for (const [index, each] of Array.from(elem.children).entries()) { x = 400...

And that doesn't work either. If I manually set the position in any way, it thinks that where ever i place it is 0, 0. So it just can't be...

I'm bumping this because I would really like to see words like is, be, for, and other words that you can't avoid regularly using because they're fundamental to English. I...

Is this the error? ``` ERROR:SCRIPT: Error running script: dtypewriter/dtypewriter.lua:108: '' expected near ':' [dmloader.js:724:40](http://0.0.0.0:8000/dmloader.js) ERROR:SCRIPT: error loading module 'dtypewriter.dtypewriter'from file 'dtypewriter.dtypewriter': dtypewriter.dtypewriter stack traceback: [C]:-1: ? [C]:-1: in function...

Description: Ubuntu 22.04.4 LTS Proton VPN Linux Client 4.3.2

I'll give you some more information about how I've disabled ipv6 @calexandru2018 In `/etc/default/grub`, the following is added to the bottom: ``` GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash" GRUB_CMDLINE_LINUX="ipv6.disable=1" ``` Then you apply...

> I have disabled IPv6 but the app worked before and now it does not connect to a server. It looks like that is pretty much where we are at...