Darkar25

Results 10 comments of Darkar25

i see this repo is quite abandoned but i still hope this feature will be made by someone in somewhat near future

Same behavior on Windows, looks like permissions for app domains are unfortunately not supported in Mono...the ApplicationTrust property in AppDomainSetup class is marked as MonoNotSupported...

i am trying to install this too...that`s what i think... - i tried installing through pip...failure - i tried building from source...failure - i tried pip install with --no-use-pep517...failure -...

I was going through qrazybox help page and saw this image...would be cool if highlighting was like this in the editor too, and not only red color for non-editable pixels...i...

> Current work in progress ( step-by-step branch ) > > ![image](https://user-images.githubusercontent.com/96982181/149231549-0a9f7bdc-f98d-43d7-8c4b-ef7a0030a4e7.png) > > when you change encoding mode , it show you live what you will get , some...

@mgierlasinski , thanks, ill check it out...i mean in CSS, not in GradientView... `background: linear-gradient(0deg,#FF0000,#00FF00); /* use gradient for background, you already have this */ border-color: linear-gradient(0deg, #FFFF00, #00FFFF); /*...

Turns out you actually CAN set a permision set for an application domain, you just need to use policies for this. ``` PermissionSet permissionSet = new PermissionSet(PermissionState.None); permissionSet.AddPermission(new SecurityPermission(SecurityPermissionFlag.Execution)); var...

Run "make" first, then "make install"

> Same here. Clearly a missing struct member. There is no device_info member anywhere. This can never build. > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/realtek/rtl8xxxu?id=c240b044edefa3c3af4014a4030e017dd95b59a1 > > Same change in the kernel contains the...