Todd Zusman
Todd Zusman
I guess I'm not following. It wouldn't be a group chat - just anyone could start an encrypted chat with me if they visit that url.
From [SNS CreatePlatformEndpoint](https://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformEndpoint.html) docs, `The CreatePlatformEndpoint action is idempotent, so if the requester already owns an endpoint with the same device token and attributes, that endpoint's ARN is returned without...
@taion It seems maybe the SNS push notification flow isn't well covered as the next error I run into is `NotFound: Topic does not exist` even though the ARN is...
@zzeynal Not sure why you added your question to this issue, but here's your problem: Just because you are in the folder, it doesn't mean that folder is in your...
@zzeynal Your question isn't watcher related, so I would post this question in a more appropriate place. I would however ensure that `go build` and `go run` works for your...
I'm having the same issue. I'd like to blur text, but the only way I've been able to blur the text is to put a blur over the entire layer,...
@xSorc were you able to identify the source of this issue? I'm sure there are thousands of Vite apps with react and connected components, so there must be something specific...
It looks like I'm running into a similar problem. Here's the output from running the tests: https://gist.github.com/4af16151605d06ca09e1 . I installed via npm and am running OSX 10.7.3
@CrashyBang Good call on not including programming icons. Checkout [feature/build](https://github.com/tzusman/custom-font-icons/tree/feature/build)'s gulpfile.coffee for how I'm addressing the build process
@CrashyBang do you mind making similar changes to the feature/build branch so that the font awesome structure is preserved in the build directory?