Adam Tuttle

Results 35 issues of Adam Tuttle

The comments for the default setting of word_wrap is: ``` // Disables horizontal scrolling if enabled. // May be set to true, false, or "auto", where it will be disabled...

comments
bug

There's [a recipe for using TypeScript](https://sveltesociety.dev/recipes/build-setup/using-typescript-with-svelte) and [a recipe for writing tests with Jest](https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component), but nothing to get them both running together. I can write components using TS but as...

stale

Raw output from docGenerator (After it was updated in my previous pull request)

When someone (not the blog owner) is subscribed to comments they get an email for each new comment that comes in. The FROM address for that email is the commenter's...

### Summary The REST api supports [searching with tag filters, just like name filters](https://developer.1password.com/docs/connect/connect-api-reference/#list-items). It would be really useful if we could do that in the JS SDK too. ###...

Suppose you have an API with ONLY the following URI implemented: `/api/v1/index.cfm/pizza/{topping}` - If a request arrives for `/api/v1/index.cfm/pizza` we currently return a 404. This is good. 👍🏻 - If...

Type: Bug
Known Issue
Code: Not Started
first timers only!
help wanted
up for grabs

I was recently helping a company with performance issues they were seeing on cold starts (e.g. just restarted their CFML service, so there is nothing cached) for their Taffy API....

I'd like to be able to run my railo-vagrant boxes (one for railo3, one for railo4) from the same codebase as my default apache install -- indeed, ultimately I'd like...

It does appear that the change object can be modified when multiple are applied if one is an object. ``` 81 passing (94ms) 1 failing 1) deep-diff regression tests for...

While my findings don't totally agree with what's described in #141, they do show some bugs. In particular, it seems like revert doesn't work at all unless I'm misunderstanding how...