Kevin

Results 15 comments of Kevin
trafficstars

@jkritikos The problem is that `set` does a `SecItemCopyMatching` first, to determine if the item is already in the Keychain. To do this, it needs the authentication. I changed it...

@kishikawakatsumi Could we introduce a new method e.g `add` which doesn't call `SecItemCopyMatching` before adding to avoid the TouchID dialog when adding an item?

@DavidOliver I played around with the `lessc` command line tool and got a working version with less completly removed (see https://github.com/moogle19/ex_doc/tree/less_less). It didn't produce the most beautiful css but could...

One example where the approach above wouldn't work (from https://tailwindcss.com/docs/reusing-styles): ``` Contributors 204 + 198 others ``` `ring-2` and `ring-white` would override each other.

This could be a good starting point: https://github.com/dcastil/tailwind-merge I quickly tested the merging of `ring-2` and `ring-white` and they seem to handle it correctly.

No, it also shows during the initial page load: https://user-images.githubusercontent.com/792046/195360801-be5bdc28-ff4a-4ec5-9bb8-c56767a09040.mov

@ewitchin https://elixirforum.com/t/is-livehelpnow-tds-still-maintained/42754/6

The `tds_encoding` dependency also needs some updates to work with OTP 24 (see [#2](https://github.com/mjaric/tds-encoding/issues/2)). I already submitted a PR for that. @mjaric Could you merge that and make a new...

@mjaric Thanks for adding to the `tds_encoding` repo. Could you also make me an owner in hex so I can make a new release?

@mjaric Just wanted to remind you to add me as owner on hex.pm (username is also `moogle19`). 2 PRs are waiting for the updated version and I would like to...