iblue

Results 11 comments of iblue

`URI.extract` also does not work for URIs in single quotes (which are generated when using HAML). ``` ruby URI.extract("Click me.") # => ["http://example.org/'"] ``` Using @nicholaides solution would require Nokogiri,...

@ripxorip Could you give me a hint on how to install it? The solidworks.msi installation finishes, but doesn't produce any .exe files while the setup.exe hangs at the "Checking for...

It is `swwi/data/solidworks.msi` on the Solidworks DVD.

@nathaneltitane You can switch to another window and then back to refresh the window. At least on my machine.

> Please add linux binary or linux compiling instruction. This, please.

For those who try to compile it themselves: In the `Util/Makefile` set `CC=gcc` and replace `-DAPL` by `-DLIN`. In `BetterMouseYoke/Makefile`, set `CC=gcc`, replace `-DAPL` by `-DLIN` and set the `LDFLAGS`...

If I remember correctly, it goes to ```Resources/plugins/BetterMouseYoke/64/lin.xpl```. Does this work for you?

The issue is back. I am (not) running an AMD RX 5700 on kernel 5.11.4-1.fc25. The display freezes as soon as the amdgpu module is loaded (otherwise system is responsive...

Same behavior with the other versions. I also tried to boot with `swiotlb=65536`, I always get the same issue. I suspect it may depend on the xen version (currently running...

> Do you see earlier message about allocating SWIOTLB? There should be something like: > > ``` > software IO TLB: mapped [mem 0x000000013ca00000-0x0000000140a00000] (64MB) > ``` Yes, I saw...