Kelly Davis

Results 58 comments of Kelly Davis

I am having the same problem. It was working previously without any warning and now I am getting the error. M33-Fio 1.21 and Octoprint 1.3.2. There was a post mentioning...

Created a PoC here: https://github.com/tinacms/tinacms/tree/kldavis4/poc/create_folder To try it out: `pnpm i && pnpm build && cd examples/tina-self-hosted-demo && pnpm run dev` This uses a placeholder approach. Added some logic to...

@JackDevAU just pushed up some changes to the PoC - added `ui.allowedActions.createNestedfolder` to allow disabling folder creation - fixed modal button label - switched to using `.gitkeep` and not automatically...

Also updated desc on https://github.com/tinacms/tinacms/issues/4538 with the remaining tasks so I think this is good to close

@KabutoYamato we have a partial sqlite-level store here: https://github.com/tinacms/sqlite-level It doesn't pass all the tests in the abstract-level suite but is in a functional state. Wondering if it might make...

> hi @kldavis4 i have created a public repo https://github.com/KabutoYamato/tmp-sqlite-level you can test it, im working in a readme but the use is as any other level db Thanks for...

thanks for your response. I'm using `redisdown` as a guide for implementation. If you look at https://github.com/hmalphettes/redisdown/blob/master/index.js#L167 the put function does this: ``` RedisDown.prototype.__appendPutCmd = function (commandList, key, value, prefix)...

thanks for the comment @vweevers and I think I'm following... I would very much prefer it if my level implementation is unaware of the prefix used for the key in...

I think (ideally) we'd like a version of the multi-container deploy that doesn't require a docker-compose.yml. I realize that philosophically this is not how this tool was designed, and the...

We'd definitely want it to be an atomic update. Would it be possible to optionally pipe in the contents of the deploy.yml? something like: ``` fargate service deploy --