VCD

Results 10 comments of VCD

Just curious, can ExtractStrict implemented in this way? ```ts export type ExtractStrict = U; ```

@Maransatto Did you tried something like this? ```sql /*!50110 ALTER TABLE tableName DROP FOREIGN KEY IF EXISTS fkName */; ``` According to [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/comments.html), it seems helpful to your case?...

I use superstruct to validate configuration file. Sometimes someone might have a typo on the key field. I want the users to notice that mistake but I don't want to...

I spent my weekend and published [a module](https://www.npmjs.com/package/@verycrazydog/mysql-parser) which hope to provide a more standard solution to the missing `DELIMITER` support. I have handled all edge cases pointed out by...

Same here, but I found the root cause in my case. It is because the value of HTTP header `Content-Length` in the response is smaller than the actual content length,...

Thanks a lot. The main reason why I am avoiding throw away old knex instance is because I am abstracting my database implementation in separated files as shown below. Some...

Good catch. This is [process isolation](https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#process-isolation) provided by AVA which run each test file in separated process. Therefore even I defined one single global knex instance, it only apply to...

@MehdiSaffar I haven't thought of using `Proxy` at that time (maybe I didn't even know `Proxy` at that time). Thanks a lot for sharing, though I am no longer working...

As stated in the [README](https://github.com/VeryCrazyDog/gnome-disable-gestures/blob/main/README.md), I am merely publishing someone else's implementation. While I am the original developer of this extension, I am not the original developer of the main...

@Toefinder This issue is specifically about GNOME 46. If you wish to receive answer to your question on GNOME 3.28, use a new issue instead.