Kasey Speakman

Results 66 comments of Kasey Speakman

Came here after AWS IAM console gave errors when viewing a user. I sent them feedback about it. Turned out ClearURLs was rewriting SPA hash-based urls. Apps at my company...

So the two sides presented so far are fix it or not fix it. But there is a 3rd option. Do both, but namespace the fixed version differently. That way...

I should have clarified that I'm not suggesting that you should introduce a new namespace. But that it is an option to evaluate. :)

Love this suggestion. Found it after working with task CEs and feeling the need for new bang syntax like `while!` and `if!`. Then thought rather than making a bang version...

I'm curious to hear others' feedback. My thinking is: printing no subscriptions is also helpful debugging information. So you can see when subscriptions turn off. Or that there are no...

I considered that, but user subscribe fn would be the same as now plus a `Map.ofList` in every one. Map will not error with duplicates, instead duplicates update the existing...

> I think these are two different categories of errors though - bad API that allows for the duplicates to get in vs bad user code that fails to eliminate...

Re: change API to disallow bad data. This is a way that I can think of to do that. ```fsharp // timer for both examples below // subscription provides (base)...

I was just noticing that with this API, there may not be a need for a "base" sub id, because the position in the list could serve as the ID....

Eh, looks like it'll still need the prefix on map.