Sidharth Kshatriya
Sidharth Kshatriya
Here is my reasoning why this is a better approach: * This method is simpler for the user. They don't need to define an explicit shortcut. Here the 'o' key...
Thanks for documenting your experience! I assume you're referring to https://ocsigen.org/tyxml/latest/manual/jsx right? Just so I understood you correctly, one would need to write your template code into a `.re` file,...
@tmattio Thanks for detailed note. > Unfortunately, it won't be as exhaustive as Merlin: only the first error of the file will be reported, as Dune (and the compiler) are...
It would be great to see **dream** on TechEmpower for round 21 if its not too late for that. The OCaml opium framework is there on round 20 (and does...
I don't have plans at the moment. Can you try with PHP 7.0 -- let me know if you have any problems there. If there are more requests for PHP...
Can you show me your `dontbug record` log? Can you record a really trivial program e.g. `test.php` (below) and try doing a record/replay? ```php
Nevermind the additional information requested. I have enough info to debug this.
@fireappleblack I've made a small change that may have fixed the problem. Can you trying doing: ```bash cd $GOPATH/src/github.com/sidkshatriya git pull origin master go install github.com/sidkshatriya/dontbug ``` This will recompile...
Sorry. I've discovered an issue with the fix I pushed up so I reverted it. I've got a handle on the issue though.
OK I think `dontbug replay` should now work again. There may have a slight change in the behavior of a dependency of dontbug which caused this error. Check the above...