Jelle Hermsen

Results 7 comments of Jelle Hermsen

You can just use jQuery's removeData function to get rid of the Sticky Sidebar data. Afterwards you're able to re-initialize it at your convenience. ``` $('.sidebar').stickySidebar('destroy'); $('.sidebar').removeData('stickySidebar'); ```

+1 on this one, and if you guys need more help developing this package, we at UWKM might be able to pitch in

I think the guys from Lab Digital will need some more info to locate your problem. Which version of Oscar/Django are you using? At UWKM we have a couple of...

I have also encountered a bug that has to do with screen blending. I've made small isolated example: https://git.sr.ht/~jelle/drawbug/tree/main/item/drawbug.tal

First up is making sure gdunzip works in Godot 3.5. Version 4 will indeed require more work. However, there might be new zip functionality coming up, so it's best to...

After trying to compile lesson6 and up GHC complained about a the module Paths_nehe_tuts being missing. After adding the file _Paths_nehe_tuts.hs_ with the following contents it worked fine (given that...

I didn't get past the "runhaskell Setup configure" part, because it complained about missing depencies (GLFW-b >= 1.0.0). I'm not sure why, because I have 1.4.6 installed. So I did...