Raphael Schweikert

Results 69 comments of Raphael Schweikert

Also, without types (I’m not sure if this is a separate bug), I get vantage’s “Missing required argument” error for totally valid arguments if they happen to be `0`: >...

I think I had it as a percentage once but some browser’s behaviour or certain circumstances had me change it to measure the width and calculate the percentage from it....

@jsmits21 What’s the status on this?

> The linked Jira doesn't seem to be related to this. Why not? The linked Jira is caused by a global style from the default sinatra error page being injected...

> Also, form validation had some re-work done recently so this is now conflicted To be honest, I’m not very motivated to rework my change right now. My PR has...

I, too, would welcome the ability to sync via WebDAV as opposed to gists. One reason for not using the official settings sync is not wanting to depend on cloud...

It seems it wouldn’t require a lot of maintenance. Only a one-time setup and then integration of the following GitHub action: https://github.com/HaaLeo/publish-vscode-extension

I used to have configuration on demand enabled but for newer projects I prefer task configuration avoidance, which has similar goals but needs to be explicitly handled as it uses...

Now that greg uses eyeD3 instead of stagger, can you reopen this, @manolomartinez?

Well, `require()` doesn’t allow comments in the tsconfig so using `ts.readConfigFile(, ts.sys.readFile).config` is preferred (and it’s what I’m currently using). However, it doesn’t follow the inheritance of that file (i.e....