Blake Kostner

Results 198 comments of Blake Kostner

This looks like a duplicate of #77

@roberto-co Run this to create your `sessions` table: ```sql CREATE TABLE `sessions` ( `session_id` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL, `last_active` int(10) unsigned NOT NULL, `contents` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,...

@roberto-co Sadly that's a lot harder then it should be because it's all encrypted. I can't give you a secure snapshot with basic data in it.

This would be a very welcomed feature and would also help integrate open telemetry tracing similar to [how they do the oban integration](https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/instrumentation/opentelemetry_oban/lib/opentelemetry_oban/job_handler.ex).

Pinging in my 2 cents for onlookers who stumble on this issue. I currently am trying to use [goofys](https://github.com/kahing/goofys) and [catfs](https://github.com/kahing/catfs) together to make this work with `flat-manager` but am...

We need a manifest generated and a bit of PHP to lookup the file names in that manifest

We would need to create a manifest file, use PHP to read that file on every page render, and rewrite the script tags. Ideally we would do this with all...

Moving to High priority as we are getting browser script caching errors that prevent people from buying elementary.

Personally I think a git submodule would be a better route because if we add a package manager, not only does mvp have yet another development dependency, but every other...