Peter Willemsen
Peter Willemsen
No problem, there's a config.sample.js file in the src/ folder when you clone the repository. You can rename that to config.js, and set your account there (you can simply rename...
@RUGMJ7443 You need to host it yourself, at the moment. So ghoster_server.com is an example. However, should people be interested, I'm ok with hosting a public version with limited timeouts...
What OS are you using?
I'm using the same. I'm currently helping someone with the same problem (I think). I had the same problem too but forgot to document how I solved it. So I'm...
@jimchen1980 btw does it say build complete on the bottom? I have the same error but the build runs fine. Also if you want to test you can run `npm...
I'll try to upgrade ceri-icon. When I started using it, it was in beta, maybe it's upgraded now.
I also want to use or find this feature or at least a workaround. I'm using SQLite. Exposed is really nice but it really has it's limitations when it comes...
@Aileron1410 I know it's almost 2 years ago but I found it. Posting it here as solution for others. You can use % as wildcarts. ```kotlin var results = MyObject.find...
I got the same issue :( what's happening?
> Any guidance on how to implement something to solve this issue myself? It's implemented already under the name `disable_logging`! (Undocumented, but working). The following works: ```py hti = Html2Image(disable_logging=True)...