Alexey Nebolsin

Results 9 comments of Alexey Nebolsin

@PabloCastellano the develop branch has been updated, so you can now rebase your PR on top of new assets handling mechanism :smile:

> We keep moving this, @rotki/rotki-devs any ideas on how to go about this? > > We need a way where an authenticated user can restart the backend in the...

Thanks for the suggestion @christopherpickering ! Unfortunately this does not help since the error happens at the point of initializing the session db model (`class Session(self.db.Model):`)

I was able to workaround this by executing `db.metadata.clear()` or `db.metadata._remove_table('sessions', your_schema_name)` before every `Session` initialization in my tests.

@christopherpickering will it make sense to open a PR to fix this? In #170 this problem still exists

Here is the pr #176. Looking forward for a review! @christopherpickering

> @nebolax to you have Aave Alarm grey logo and hover logo as svg as [public/icons/healthFactor/HAL.svg](https://github.com/aave/interface/blob/main/public/icons/healthFactor/HAL.svg) [public/icons/healthFactor/HALHover.svg](https://github.com/aave/interface/blob/main/public/icons/healthFactor/HALHover.svg) ? Probably not. I need to create one for the proposal, right?

Sure!! Will definitely check it out. (but looks already great!!)

We can at least try to use levenshtein search at the sqlite level.