Ufuk Kayserilioglu

Results 60 comments of Ufuk Kayserilioglu

Now that I have moved the site to the new Slack design, I am planning on using the `Search` bar at the top for exactly this purpose. Stay tuned!

> Hi, this seems to be effecting me and my team, what was this conversation with @paracycle about? Is there a work around, or some flag thats needed? > >...

Btw, the workflow described in this PR is an anti-pattern. The better way to solve the problem solved by "vendored" gems is to push your changes to those gems to...

Now that #1389 made it so that Tapioca is running initializers inside Rails engines, it so happens that we are now able to trigger the initializer that is defining this...

@Morriar and I reworked this PR so that it uses a more efficient Trie (which is also called a Prefix Tree) data structure to index files in the load path...

@jez I don't quite understand the code example you give for this issue. The signature of `example` method says that `klass` is of type `T.class_of(SomeModule)` but the singleton class of...

Sorbet is mistakenly pointing `super` to `Foo#initialize` but the super method should be pointing to `Object#initialize` instead. If the super call is changed from `super()` to `super` to satisfy Sorbet,...

@pittgoose do you intend to address the issues in this PR? Please let me know; otherwise, I'll just close this.

There are no themes in this PR. Can you update please?

Yeah both of these suggestions are great, but I am trying to limit the set of options to ensure that the site stays "serverless", i.e. doesn't need a backend. So,...