Thomas Ingram

Results 11 issues of Thomas Ingram

When adding a new tag, the text I type shows twice. I inspected the DOM in Chrome and noticed that two ``s where present. I believe this issue may be...

investigate

Is there a way to specify the expected model format? If I don't make changes to the tags, I get back what I put in, but when I do make...

bug

I verified the `templateUrl` option by manually visiting http://localhost:9000/bower_components/bootstrap/template/typeahead/typeahead-popup.html. I also verified `scope.typeaheadOptions` in https://github.com/decipherinc/angular-tags/blob/0.2.10/dist/angular-tags-0.2.10.js#L585 is being set correctly. Why isn't angular-tags requesting the right template? Did I configure it...

investigate

I want to set the `babel.only` option without overwriting the remaining babel defaults. After looking through the source code, I found the only way to set `babel.only` was to copy...

We need SendGrid API support at work, so I added it.

I have a widget that simply returns a URL to be used as the value of an anchor's `href` attribute. When debugging comments get injected, they end up inside the...

Having a way to mark certain keys as optional could go a long way towards reducing mostly redundant transform rules. Here's a simple example to show what I'm asking for....

discussion

Is this project being maintained anymore?

Several methods for manipulating the shape of a schema are conspicuously missing just by marking a schema as read-only: ```typescript import { z } from "zod"; export const EDITION =...