Simon Hartcher

Results 47 comments of Simon Hartcher

I was thinking about how to do this as well. However, in my case we have more than 1 web server in a serverless context, so cache invalidation needs to...

So I looked a bit into this and `loadPlugin` was removed in 19cce0371a9b78e5f1e5b0060915bc8c4b7bb98f This has obviously broken the `disableAnonymousTraffic` functionality in the `@analytics/segment` plugin. Did you have a plan to...

I did try using `enablePlugin`. However in the case of `disableAnonymousTraffic`, what you want is that the identify call is delivered to Segment once the user has identified, along with...

For reference here is the plugin I have been developing: https://github.com/deevus/analytics-plugin-tapfiliate I will made a PR to include it in the README once I am happy with it.

> I prefer to keep JSdoc as the main typing mechanism for the time being. If there is a way that typescript tsd will do this for us that would...

What about after a reboot? On Wed, May 31, 2017 at 10:53 AM Richard Kuhnt wrote: > Okay unbound has build Windows services support. > But registering PHP with sc.exe...

@lukesampson I like your persist idea. It would be nice if it could be a file as well as a directory. So something like this would work: ```js { //...

You could hash `persist` files to see if they've been changed. So for example: - I run `scoop install php` - `php.ini` is copied to `path/to/persist/php.ini` - We also store...