Ryan Schumacher
Ryan Schumacher
Using string replaceAll since base64 is external base64-js. Dependency does not yet support base64url beatgammit/base64-js#53
Saw this post today. Was wondering if this is something which could be added to angualr-motion or to each project individually: http://thewaterbear.com/nested-animations-in-angularjs-using-ui-router/
OMF causes autocomplete to lag. Terminal hangs on a blocking request and can slow down to 30+ seconds. If I remove OMF autocomplete is fast, as soon as OMF is...
Support SQLite for PR #2449 ``` select count(*) from ( select distinct "CustomerThing"."Customer_id", "CustomerThing".thing from "CustomerThing" ) "CustomerThing" ```
I think this might be an inaccessible path: https://github.com/jpillora/xdomain/blob/gh-pages/src/lib/socket.js#L129-L131 ```javascript if (socket === undefined) { //send unsolicited requests to the listening server if (!handleSocket) { //
By [implementing a references](https://github.com/brianhaveri/Underscore.php/pull/3#issuecomment-4588726) couldn't these two functions be implemented? I can see a situation where they may be useful as a type of observer similar to backbone, although limited....
Expect: Quotes to be tagged as quotes Given ```go package main import ( "fmt" "log" "github.com/jdkato/prose/v2" ) func main() { doc, err := prose.NewDocument("Bob said \"Alice, could you send me...
## Issue When using variables like ```css :root { --vds-font-heading-xxs: normal normal bold normal var(--vds-font-size-heading-xxs)/var(--vds-line-height-heading-xxs) var(--vds-font-family-display); --vds-font-family-display: 'Raleway', Helvetica, Arial, sans-serif; --vds-font-scale-base: 1.6rem; --vds-font-scale-multiplier: 1.25; --vds-font-size-heading-xxs: var(--vds-font-scale-base); --vds-line-height-heading-xxs: 1.50; }...
Remove the requirement of a trailing slash (/) for all endpoints So `/users/` and `/users` will be the same. This makes `/users?usernames=1` look _less confusing_ than `/users/?usernames=1`