Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

maxdzin

maxdzin starred be5invis/Iosevka
maxdzin created a comment on an issue on Baroshem/nuxt-security
@vejja I tested the PR fix and it seems works well - the headers specified are passed correctly.

View on GitHub

maxdzin created a comment on a pull request on Baroshem/nuxt-security
Nice! Thank you I tried that and confirm that it working well. The headers passed as expected.

View on GitHub

maxdzin created a comment on a pull request on Baroshem/nuxt-security
@vejja I tried to make a build of this branch locally (`dev:build`) and it failed with this error: ``` Error: ENOENT: no such file or directory, open './.nuxt/server.headers' ``` Am I missing s...

View on GitHub

maxdzin created a comment on an issue on Baroshem/nuxt-security
Thank you, @vejja I supposed that. I will do that soon and respond with the results.

View on GitHub

maxdzin created a comment on an issue on Baroshem/nuxt-security
@vejja there's an interesting thing... I just got a response from Vercel support about adding `referrerPolicy: 'no-referrer'` into the per-route security headers config, which did the trick, and d...

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 0c658d6

View on GitHub

maxdzin created a comment on an issue on Baroshem/nuxt-security
Something tells me that there could be a problem with the `headers` config merging from `routeRules` security. I'll try to research more a bit later.

View on GitHub

maxdzin created a comment on an issue on Baroshem/nuxt-security
@vejja Ah, sorry. I tried the successful config and forgot to revert it to the one that failed. Now it is reverted and you can check the reproduction repo.

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 644d89d

View on GitHub

maxdzin created a comment on an issue on Baroshem/nuxt-security
I also want to note that defining `headers` in the module's settings will not cause such a thing. Only `security.headers` in the per-route config caused that deployment error. So the app with such...

View on GitHub

maxdzin created a comment on an issue on Baroshem/nuxt-security
@Baroshem Greetings! I tried so many options, and it seems the `headers` security settings in the per-route configuration exactly caused the deployment error. When I tried to add some `corsHandl...

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 5793e77

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 5849be2

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 27e73b4

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update bbf9dfb

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 80bc54c

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update 65ae7fb

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: security settings update ddb4f6f

View on GitHub

maxdzin opened an issue on Baroshem/nuxt-security
Vercel deployment bug caused by security config
<!-- **IMPORTANT!** Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. --> Hello! I ha...
maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test

View on GitHub

maxdzin pushed 1 commit to main maxdzin/nuxt-security-config-test
  • chore: global security config remove in favor of route rules e26ff91

View on GitHub

maxdzin created a branch on maxdzin/nuxt-security-config-test

main

maxdzin forked origin-space/originui

maxdzin/originui

maxdzin starred origin-space/originui
maxdzin pushed 556 commits to main maxdzin/maybe
  • Scaffold out Account Syncing (#474) * Add trends, time series, seed data * Remove test data * Replace old view... 7e324f1
  • Refresh account on update (#476) * Refresh account on update * 🐛 Replace turbo frame on create valuation This ... e767aca
  • Scaffold out basic transactions model and UI (#478) * Transaction scaffold * Rough in transaction views * Fix ... 87b97b3
  • Find account first and build transaction through association (#487) * Find account first and build transaction throu... 971347c
  • chore: add ability to change DB_PORT from standard 5432 (#480) fd8ce1b
  • docs: add dev containers config gotcha in README (#479) * docs: add dev containers config gotcha in README * Add ... 42631ea
  • Bump rails from `cd4a5b0` to `2abee30` (#486) Bumps [rails](https://github.com/rails/rails) from `cd4a5b0` to `2abee... 2325851
  • Bump good_job from 3.24.0 to 3.25.0 (#485) Bumps [good_job](https://github.com/bensheldon/good_job) from 3.24.0 to 3... 733d7d9
  • Bump selenium-webdriver from 4.17.0 to 4.18.1 (#484) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/seleni... f096b8a
  • Bump turbo-rails from 2.0.3 to 2.0.4 (#483) Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.3 ... 1805e3a
  • Bump ruby-lsp-rails from 0.3.0 to 0.3.1 (#482) Bumps [ruby-lsp-rails](https://github.com/Shopify/ruby-lsp-rails) fro... aafcf11
  • Add currency to account form to support multiple currencies (#481) Co-authored-by: Sriram Krishnan <sriram@seafoodso... 1968fb0
  • Update hard-coded currency UI with currency specific params (#488) * Update hard-coded currency UI with currency spe... 7e883c4
  • Make date required for new valuation form (#490) Co-authored-by: Sriram Krishnan <[email protected]> eceff08
  • Make new account modal close as clickable button (#492) Co-authored-by: Sriram Krishnan <[email protected]> d3b326d
  • Prepare fixture data for account sync tests (#493) * Rename account balance field for clarity `original_balance` ... 7d48c01
  • Hide the additional arrow shown on safari browser for summary tag (#499) * Hide the additional arrow shown on safari... fb65785
  • Basic Account Balance Sync Algorithm (#501) * Sketch out sync interface * Add basic account sync algorithm * U... dbf575c
  • Add Local Development Demo Data (#502) * Clean up seeds, add development demo data * Handle liability account dis... 14641d1
  • Add missing classification local when using account_valuation_list view (#504) ccb1bab
  • and 536 more ...

View on GitHub

maxdzin starred maybe-finance/maybe
Load more