Cheuk Ting Ho
Cheuk Ting Ho
I think I will poke around a bit more to check why the range is chosen and if should we adjust them. Or we can write some code to determine...
It was added 5 years ago by @Alexander-N : https://github.com/PyO3/pyo3/commit/7aaef51ab05f02ba9d150431296435c260cfc7a7 I am wondering if this will be a better information source of what the range should be. https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/mktime-mktime32-mktime64?view=msvc-170 If there's...
Thanks @Alexander-N and @pganssle I did some research this weekend and may have found the problem, have created a PR and welcome for reviews.
@davidhewitt I am happy to have a look at this
@davidhewitt quick question, are there any particular reasons something should be or should not be moved? Or is it ideally everything should be moved from `impl_` to `Sealed`? I want...
I see, so those traits that could be used by the user need to be `Sealed` right? Thanks for clarifying it @davidhewitt
Thank you for your patience, I was occupied by EuroPython preparation in the last few weeks. I plan to pick this one up again this weekend or next week.
Ah, I meant to say it is not directly relevant 😂 - of cause it is relevant. Thank you for the support @nedbat
@dwinston I have made some changes last Friday maybe try again with the new code in the tutorial?
> Hmm, different error now: > > ``` > terminusdb_client.errors.DatabaseError: > Error: query_error(unknown_type(enum('terminusdb:///schema#Team', > ['terminusdb:///schema#Team/marketing','terminusdb:///schema#Team/it']))) > ``` At which step when you get this error?