oli

Results 61 comments of oli

It would be good to get a number of listings in comments before making a page. Here are a couple to start # [facemorph.me](https://facemorph.me) - [source](https://github.com/check-face/facemorph.me) facemorph.me has an entirely...

Some F# Fable projects @dsyme mentioned at the start of .NET Conf Focus on F#: - Covid-19 tracker slovenia "uses F# Fable for the data wrangling and visualisation on the...

https://github.com/omrilotan/selenium-chrome-clear-cache/blob/482f06b24c661edcbdf7534c7aeabcef935b973d/index.js looks promising. It loads `chrome://settings/clearBrowserData`, checks the checkboxes and clicks the button. It would probably be pretty easy to implement that using canopy.

Any update on this? `pinToMonitor` is still in the documentation but not defined. Will .NET Core 3.0 support this?

> Try using this overload of Type funcion: > `robot.Type(Key.Shift, Key.T);` I don't think that would work, it'll just press shift and then t without holding shift. `CombineKeys` is the...

As it is a very separate change, I added this as a separate PR to #12 Should I also rebase the branch to separate the commits or is it OK...

Happy to make a PR. I've got a couple different thoughts of how to approach fixing it. I think the most important part about this issue that the behaviour is...

Not sure. I we can decide which suggested option to take (or something else) I'd still be happy to make a PR. @vtrikoupis I'd suggest changing any trailing `/*` with...

What do you mean by "remove it"? Remove what?

So what exactly are you saying? Just simply remove these lines? https://github.com/webpack/webpack-dev-server/blob/feb7eb044eb0b2cfe7b58d19ea9c35dd049053d0/lib/Server.js#L174-L175 That would be a breaking change and likely cause issues with a lot of people's configurations.