IRCraziestTaxi

Results 11 comments of IRCraziestTaxi

I was having this issue (or one similar) in which, upon backward navigation to the view containing the map, the app would crash as described above. For whatever inexplicable reason,...

This is giving us a lot of problems that are solved in newer versions of handsontable. I agree: why so low?

To add to this, I created [this repro](https://github.com/IRCraziestTaxi/typeorm-one-to-one-cyclic-dependency) for another issue that I discovered was my fault for misusing the `@JoinColumn` decorator before I found this issue and found that...

Is this really still not fixed? I updated all my packages yesterday in my frantic storm of googling and checking ALL of my files for potential recursive calls, imports, etc....

Hey, first of all, sincere apologies for taking over two months to reply to this. I got super busy last couple of months and let issues for this lib slip...

I did some experimenting with this just now. My test data (in both MySQL and Postgres): ``` id | name 1 | Cafe 2 | Café ``` In MySQL, `LIKE`...

Wow, it's hard to believe this project has been going on for so long already. It seems like just a few short months ago is when I first published this...

Update on this: I took @Aracturat's sample code and started messing around with this and, after thinking about it and talking with @jsonpj3wt about it, realized that doing this is...

Hey @tolstenko, sorry for just now getting around to looking at this. Sure, I welcome PRs for new features! Before you create the PR, though, I have one comment on...

@tolstenko Did you get a chance to review my feedback?