Stephen Wicklund
Stephen Wicklund
> BTW, what is the output of `reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled` on your machine? The output is: ``` HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled REG_DWORD 0x1 ```
@clauderic Any input on this? I'm also of the opinion that this is one of the best architected drag-and-drop libraries, and it'd be nice if some of the improvements in...
This is now mitigated by having the "title" of a message-box not affect the dialog's sizing. Can still happen if the content/"message ui" itself forces the dialog to become too...
Seeing as this one's not being maintained, the following might be a better option: https://github.com/andrerpena/react-mde EDIT: Nevermind, I looked at the other one and get the idea that the developer...
Agreed. Unfortunately, I don't have the expertise to (efficiently) convert the Google scripts that this repo is based on (which are written in Python 2.7). If someone successfully converts it...
@labbots Nice work! For this repo, I'll eventually get around to integrating the Python 3 changes; but till then, I've included a link to your Python 3 version in the...
> @Genysys looks like there is no leak monitor event Yes, airbnb's fork removed that part of the code. There explanation was given [here](https://github.com/airbnb/node-memwatch/pull/1#issue-306610771). And here is the code that...
~Hmm, the airbnb fork for me seems to be failing to build on Node v14.17.1 -- at least on Windows.~ Have others gotten it to work on Node v14+, on...
I hit this same issue, where several plugins (including the capacitor-provided "App" plugin) were "not implemented on android". (despite them clearly existing, and my seeing their initializations in the android...
> 2. In a terminal, run: > > ``` > docker run -it --rm --privileged --pid=host justincormack/nsenter1 > nsenter -t $(pgrep kubelet) -m > echo "runtimeRequestTimeout: 10m" >> /etc/kubeadm/kubelet.yaml >...