Jae B
Jae B
Was looking at this project to look into making a fast PHP autocomplete daemon. Out of curiosity, any reason why the lexer is running in a Goroutine? Wouldn't it be...
**Historical context:** - Previous Draft: https://github.com/amacneil/dbmate/pull/203 - Issue where I discusses the plan for this PR here: https://github.com/amacneil/dbmate/issues/102#issuecomment-792228369 **Note from exploring this change:** - MySQL driver unfortunately doesn't give as...
**Operating system** - Windows 10 **What I did** I added a `#define _GLFW_WIN32` to win32_init to workaround the #error pragma throwing and then got the following error. ``` c2go transpile...
**The problem** When you create a window using the Win32 API, it assumes you're giving the width / height including border sizes. This means when you create a window, it...
Hello, My understanding of this error from a quick Google is that it means my graphics card and/or its drivers are outdated. (ie. not supporting above OpenGL 3.1) Was keen...
While I understand that the following implementation exists: https://github.com/gopherjs/websocket It'd be nice if I could write code once for my game project that runs natively and on the web. If...
- Windows 10 Pro, Version 1607 (OS Build: 14393.321) - i7-2620M 2.7GHZ - 8GB of RAM - Intel HD Graphics 3000 Never run Milton before, went to give it a...
**I'm submitting a feature request** * **Library Version:** 1.7.3 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** v8.11.1 * **Yarn Version:** 1.5.1 * **Language:**...
**Problem** I discovered when using this that if you write CSS selectors like this .my-selector, with a hyphen, when you import the CSS and access it with square bracket syntax,...
This package should be updated to use the following library so that websocket usage can target wasm and gopherjs: "github.com/gopherjs/gopherwasm/js" This will require wrapping callbacks with `js.NewEventCallback()` (and calling .Release())...