CapitaineToinon

Results 9 issues of CapitaineToinon

### What problem does this feature solve? I've been using svelte for a while and I completely fell in love with await block. In svelte, if you have a function...

I tried using MemorySharp to replace some dirty code I was using to Execute assembly from the memory. First allocates the memory like this : ```csharp // First allocate the...

Given a newly created keystatic astro project: ```json { "name": "@keystatic/templates-astro", "version": "0.0.13", "license": "MIT", "dependencies": { "@astrojs/markdoc": "^0.5.0", "@astrojs/react": "^3.0.0", "@keystatic/astro": "^2.0.0", "@keystatic/core": "^0.2.0", "@types/react": "^18.2.8", "@types/react-dom": "^18.0.11", "astro":...

bug

Hey there, I've been trying to setup Keystatic with a Github repo. It works great until I want new people to contribute. I understand that people need write access to...

storage:github

Hello ! I've been looking at various markdown supersets and how to integrate them on a website through editors such as the monaco editor. As far as I understand, while...

### Version 1.42.2 ### Template before formatting ```blade {{ __('Dashboard') }} ``` ### Template after formatting ```blade {{ __('Dashboard') }} ``` ### Expected Behaviour I have php code in `:href`...

bug

### Bug description When using laravel being a reverse proxy, for example hosted using docker with laravel & statamic under a docker service and nginx under another service, the `statamic:static:warn`...

caching

As stated in #13145, this PR fixes the StaticWarm command to work behind a reverse proxy by setting the Guzzle client to hit `config('app.url')` by default. This means that if...

Hey ! I've been trying to use [static caching](https://statamic.dev/static-caching) on my dockerized statamic app and it seems like the current implementation always tries to hit localhost, meaning it's impossible to...