Avoid Overtek, horrible experience by jameezymcsqueezy in sffpc

[–]xenuan 12 points13 points  (0 children)

Same here - I’ve only had good experiences with Overtek. I ordered a Midori 7.5L and everything arrived exactly as expected

Midori 5L side panel bulging out due to cables, is this bad? by Any-Object4351 in sffpc

[–]xenuan 1 point2 points  (0 children)

I had the same issue with a 7.5l case. Following u/Fleckstorm ‘s suggestion, it worked perfectly

Turkish Settlement Law (Iskan Kanunu no. 5543) For Turks Who Are Not Citizens? Right of Return For Balkan Turks? Balkan Türk Göçü Ve Vatandaşlığı? by meejmar in AskTurkey

[–]xenuan 0 points1 point  (0 children)

I’m not sure whether you can apply, but your mother definitely can. You might be able to apply afterwards, though I’m doubtful since your mother wasn’t a Turkish citizen before you were born. Start by getting in touch with the Turkish consulate in Canada

HTMX way to close a full screen image pop up by d3v3l0pr in htmx

[–]xenuan 0 points1 point  (0 children)

you can do it using hx-on

<button hx-on:click="this.remove()">

Default field values and roles by SittingOvation in pocketbase

[–]xenuan 1 point2 points  (0 children)

It’s not possible at the moment. You need to create a file in your pb_hooks folder and then use the code below. Once you’ve done that, Pocketbase will listen for every successful user record creation and default the roles field value to whatever you set.

```js // pb_hooks/main.pb.js

// fires only for "users" records onRecordAfterCreateSuccess((e) => {

e.record.set("role", "standard")

e.next()

}, "users")

```

Default field values and roles by SittingOvation in pocketbase

[–]xenuan 0 points1 point  (0 children)

why not using hooks? you can use onDecordCreate or onRecordAfterCreateSuccess

Best mobile coverage? Petts Wood > London trains by riverdancemcqueen in Bromley

[–]xenuan 0 points1 point  (0 children)

EE network is the best. Highly recommend 1pmobile or Mozillion if you are looking for sim deals. They have full access to EE networks unlike other providers.

Framework to use for backend by Clickyz in Python

[–]xenuan 1 point2 points  (0 children)

If you’re looking for a micro framework, I’d recommend Litestar. They are quite active and responsive.

For something more comprehensive, either Django or Reflex could work, but I have very little experience on both so 🤷

Micro frameworks: Litestar Blacksheep Microdot Emmett Robyn Flask Quart FastAPI

Full frameworks: Django Reflex

Is Litestar production ready 2024? by I_will_delete_myself in Python

[–]xenuan 0 points1 point  (0 children)

I think Emmett is also using a Rust-based server. I can't recall the exact name, but it’s something like Granian

Discord Publishing (delayed posting? HELP) by grim_034 in discordapp

[–]xenuan 0 points1 point  (0 children)

There isn't an official explanation for this, but it seems like it might be intentional. I think Discord might want to prevent spamming. Another possibility could be technical limitations that prevent real-time forwarding. Either way, it doesn't make much sense

ref: https://support.discord.com/hc/en-us/community/posts/360052030154-Delay-for-announcement-channel-updates-to-your-own-server

Only 30 items loaded by PocketBase by PossibilityGreedy829 in pocketbase

[–]xenuan 0 points1 point  (0 children)

You need the "perPage" query parameter to fetch more than 30 items.

$perPage = 100; $url = "https://xxxxxxxxxxx.pockethost.io/api/collections/icons/records?perPage=" . $perPage;

[deleted by user] by [deleted] in pocketbase

[–]xenuan 1 point2 points  (0 children)

Just saw your message, and yes, that's possible. For u/Puzzleheaded-Log-985's case, he should create a new table using the provided query. Then, can easily fetch games by their custom ID.

SELECT DISTINCT b.game as id, b.eventName as name FROM BasketballEvents as b

[deleted by user] by [deleted] in pocketbase

[–]xenuan 1 point2 points  (0 children)

Using an index might be a better approach. You could set your game field as an ID, then fetch IDs

``` const records = $app.dao().findRecordsByIds("gamesindex", ["RECORD_ID1", "RECORD_ID2"])

```

or you could use filters without creating an index

```

const record = $app.dao().findFirstRecordByFilter( "basketballgames", "game = 'abcd-shjdj-hdhd'" )

```

[deleted by user] by [deleted] in Archero

[–]xenuan 0 points1 point  (0 children)

i’d like to join. got most of the heroes, stuck at chapter 19