Fatih Altinok

Results 49 comments of Fatih Altinok

I think I fixed them @domenkozar, running `devenv shell devenv-test-example remix` locally passes.

Every test is failing for a separate reason, one failing because of `libssl`, one is getting 403 from GitHub, two because they can't find `npm`. I'm very much lost.

@domenkozar Rebased, thanks for keeping tabs on this!

I'm not related to this project, but just my 2 cents. I don't know about other operating systems but on macOS this is the default behavior of any native textbox....

@acywatson I'm not knowledgeable about the architecture, but from what you said, it certainly makes sense to me. From what I can understand, the core package is very lightweight and...

It doesn't work in the [plain text example](https://codesandbox.io/s/lexical-plain-text-example-g932e?from-embed) at all, and in the [playground](https://playground.lexical.dev) I can drag text but when I drop nothing changes. (I'm on desktop Safari.) Tried on...

@binajmen You can use this in your package.json in the meantime: ``` "eslint-plugin-remix-react-routes": "github:frontsideair/eslint-plugin-remix-react-routes#patch-1", ``` I didn't publish on npm and currently have no intention to do so. Edit: Nevermind,...

Hi all! I'm Fatih and I'm from Ankara, Turkey. I'm currently working in a company where the backend is Haskell and frontend is React. (We do not use Cycle but...

Hi, I've started this task and it looks more complicated than I imagined. My original use case was that I'd keep my dotfiles in `~/Code/dotfiles` on macOS and `~/dotfiles` on...