Rafał Cieślak

Results 32 comments of Rafał Cieślak

I confirmed with the team that we don't need to be proactive for now (perform any action as soon as the cert expires) but rather react to the action of...

Thanks, I'll give it a try! Hopefully early next week.

Sounds like a good idea! I saw the discussion in #34 about using setters, I think whatever you'll end up with will be better than `before_validation`. The pain with `before_validation`...

The unstable version seems to run on Windows 10, though I haven't tried compiling anything with it. But at least `rubyc -v` doesn't crash with that error.

I still experience the same issue on 2.6.0, so #79 doesn't really fix that.

I enabled the `total_cmp` nightly feature and then wrote my own wrapper over f64 that implements `Ord` using `total_cmp`. Here's how it looks like: https://github.com/ravicious/collage/blob/808fb238da24415b72371bded32d49994f2b611a/image-processor/src/algorithm.rs#L22-L64 Unfortunately it's not something one...

@bhanuprasad143 Did you just install wkhtmltoimage-binary on Heroku and it worked OOTB or did you have to do some additional work?

Just reporting another example of undesired autofixer behavior: [before](https://github.com/gravitational/webapps/blob/5d7fa2c473c4d3f65a02c3a1e8e5d3d3b5e7b300/packages/teleterm/src/mainProcess/mainProcess.ts#L1-L12) and [after](https://github.com/gravitational/webapps/blob/4da005d774cff0820b50439541a3d6ee1f89d0b3/packages/teleterm/src/mainProcess/mainProcess.ts#L1-L19). You can see it even adds some extra lines at the bottom which are removed on a subsequent autofixer...

Another piece of feedback related to the deep link docs: As I mentioned already, the docs don't show how to handle cold start from a deep link on Windows and...

Nope, the docs haven't been updated since the issue was made. The three main points I mentioned in the issue are yet to be addressed: * The need to add...