stephen white
stephen white
Showing use of the embedded HTML capabilities, whereas current example uses embedded ES6 strings.
I like the idea of GraphQL without the overhead of typing. As Typescript implements definition files, I'm wondering if interfaces can be specified for type checking messages. On both the...
# 🐛 bug report ## 🎛 Configuration (cli command) ```sh parcel watch --no-autoinstall *.html ``` ## 🤔 Expected Behavior Works fine, except for HMR clearing the console every time it...
When flicking the mouse rapidly to a corner, the window doesn't auto-raise. Moving the mouse by one pixel subsequently raises (or focuses) the window. This appears to be because AutoRaise...
The information for what keys are in a structure or what functions are available in a Class is right there, but pressing Tab offers no delightful list of possibilities!
When typing an extra '}' or not closing off properly, tsi gets into a loop of expecting input that I can't figure out what it is looking for. Other REPLs...
Example ported to connect 3, issue may be within connect library? chat.html: ``` socket = new BCSocket('/channel'); socket.onopen = function() { socket.send({hi:'there'}); socket.close(); }; ``` chat.js: ``` var connect =...
When collapsing functions (cmd-K cmd-0), then expanding functions (cmd-K cmd-J), the information about how many lines were collapsed remains on screen. It can be cleared by scrolling up and then...
When collapsing a number of functions, the blank lines in between each function are not collapsed, so it ends up with a function per two lines, wasting half the screen...
- [*] This is a new bug that hasn't been documented in a closed issue or in the Readme. macOS version: 12.7.4 Rectangle version: 0.77 (83) When selecting 1/4th on...