Vaskivo

Results 10 comments of Vaskivo

(I'm using Ghost to screenshot websites.) I simply set `cache_dir=None`. I haven't tested in my VPS, but in my development PC (Windows) the picture appear as good as they used...

I'll test it better then. I ran it and checked if the pictures appeared the same in my pc. Then used the code in the VPS and stopped getting seg...

I'm having the same problem. I suspected something iffy going on in PySide's or QT's internals. I ran my program throught gdb until it hanged and here's the backtrace: #0...

IMO, it would be a global setting. And, at least, making "Allow Schema Editing" be "off" by default makes more sense. This is useful for two reasons: 1. Preventing errors...

Well, in my mind, I see that adding, removing and editing rows happens many more times than editing the schema. But I see what you mean. Changing the default in...

Created a PR addressing this issue. Was this what you had in mind when we previously discussed this?

I had the problem with the '...' and with the 'active' page not being greyed out. I first tackled the problem by trying to change the tapestry-bootstart source code. While...

~I can confirm this. I suspect that the issue started with version 0.2.77.~ ~I've booted the server and ran this curl multiple times:~ ``` curl --location 'http://127.0.0.1:8080/v1/completions' \ --header 'Content-Type:...

@fluxlinkage is right. It seems like Android always makes [Preflight requests](https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request) when making HTTP requests. I solved it by changing my custom server to: 1. Support CORS 2. Support OPTION...