tleish

Results 40 comments of tleish
trafficstars

FYI, with some adjusted code I have the following: ![image](https://user-images.githubusercontent.com/1099993/109207270-2b320500-7766-11eb-8b24-cb0bb3d00a9a.png)

Using [color-convert](https://github.com/Qix-/color-convert) you can do the following code: ```typescript // color.ts import convert from 'color-convert' const CMY_HUES = [180, 300, 60]; const RGB_HUES = [360, 240, 120, 0]; function hueShift(hues:...

I added the following into each `engine.rb` ```ruby # Add seeds.rb to migrations data_migrations_path = Array(::DataMigrate.config.data_migrations_path) data_migrations_path

> Sure, if someone wanted to work on it. That was my plan, just wanted to confirm before working on an MR. > I think not everyone would want it...

> Thank you for offering to work on this and all the thought put into the design. Especially your consideration of the security implications with session fixation and the thought...

> Do you think this use case could be satisfied by using existing OAuth2 libraries that integrate with Devise or do you see this as a different use case? I...

Make sense. The conversation has been very helpful and changed some of the way I planned to implement it.

Correct me if I'm wrong, but this addition seems _slightly_ more secure. If a hacker (or the bot of a hacker) gained access to the email (traveling through multiple servers)...

We also have a similar problem. However, although it's random. Sometimes the it works, and other times the session it dropped and the first test no longer works.

For a temporary hack on MacOS, you can do something like: Backup current Typora diagram lib ```shell cp /Applications/Typora.app/Contents/Resources/TypeMark/lib/diagram/diagram.min.js /Applications/Typora.app/Contents/Resources/TypeMark/lib/diagram/diagram.min.js.bak ``` Replace current library with latest version. ```shell wget -O...