Babak Farkhoopak

Results 72 comments of Babak Farkhoopak

https://github.com/markedjs/marked/issues/2122

> @babakfp, were you able to resolve this problem? When I saw the amount of mess on this website, I immediately remove the fork and tried to fool myself into...

Why do people use flutter when such problems exist? This issue has been open for 2 years!

@rektdeckard > I don't see myself making an official Svelte lib, as someone who hasn't and doesn't use the framework, but as I said above, we'd be happy to consider...

> I believe this happens because when the user presses the spacebar, it focuses on the first item in the menu. Correct. I don't know much about A11Y. When using...

Hi I'm interested to know how this more TypeScript support is going to be implemented (whenever it's added). Is it going to be something like [Typed PocketBase](https://github.com/david-plugge/typed-pocketbase), or Drizzle? Can...

> > Saying that debug can't come before use is like saying a comment can't come before use. > > This is in fact the case. Comments before a `@use`...

Hey So, do you want to show a toast, when the user logs in? Code [form](https://kit.svelte.dev/docs/form-actions#progressive-enhancement-customising-use-enhance): ```html import toast from "svelte-french-toast" { return async ({ result, update }) => {...

Coming back to this after a year. I looked at the comments and the docs and I find my solution. ```js // 'elementor/frontend/init' loads after 'load'. window.addEventListener( 'elementor/frontend/init', () =>...