Shujaat

Results 24 comments of Shujaat

I'm looking forward to this one too. Any ETA on this?

For me it is not able to read database name from the env. Laravel works correctly with the db, but code:models can't find it and says: `Syntax error or access...

OK. Found it. This is a bug in the code. I have a database in MySQL named `.serversidedebugger` (starts with a period). This name is not handled correctly in the...

Just wanted to see if this is still on your roadmap, now that 4 years have passed?

Sure. Here is Word Edge Chromium part of `launch.json`: ``` { "name": "Word Desktop (Edge Chromium)", "type": "edge", "request": "attach", "useWebView": "advanced", "port": 9229, "timeout": 600000, "webRoot": "${workspaceRoot}", "preLaunchTask": "Debug:...

Any update on this one? Strange that both Angular and React are supported, but Vue is not. I went ahead and tried to do it manually. Started with `yo office`...

Thanks. Better alternatives? Anything in your knowledge that could do XAML-to-SVG and back conversion? My googling didn't return anything good, so I'm writing my own conversion code, which is of...

Thanks for getting back on this. Has been quite some time since I last worked on this stuff. I'm not a PHP pro by any stretch (more of a .NET...

I'm not trying to insert `null` into that column, I know that's not possible as long as I want to use index on that column. So my alternate plan was...

Ah, grabbed my code. Here is a small helper class I had created then: ``` ``` I'd then use it as the default null value of the spatial column in...