Andre Boechat

Results 7 issues of Andre Boechat

Although REAME describes well the necessary steps to get a prediction demo, I think it would be nice to add some information about doing the same without GPU. Maybe the...

Hey, guys! I used the decorator `@before.all`, but I noticed that my function ran even before the creation of the test database, writing data into my real database. Is this...

## Context * I tried to use the ledger schedule but didn't know which file I was supposed to create. * Searching on Google returns a discussion on [Google Groups](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjO36H6u8qAAxUIs5UCHc3jA5cQFnoECBIQAQ&url=https%3A%2F%2Fgroups.google.com%2Fg%2Fledger-cli%2Fc%2FMZwjYEp2rjU&usg=AOvVaw0czhTej2pUbVv3J15IK06N&opi=89978449)....

I'll just copy/paste an example: ``` clojure (let [x (fn [y] 1)] (->> "ola" (x))) (letfn [(x [y] 1)] (->> "ola" (x))) ``` Is it clear?

My motivation to suggest this feature comes from this example: ```python In : fuzz.token_sort_ratio('nfs-e Ndamero', 'numero nfs-e') Out: 56 ``` At least in my context, it is pretty clear that...

So far I've been able to specify the log level of categories, but I would like to know if it is possible to set the level of appenders instead. I...

question

Here is probably not the best place to ask this question, but I feel that I don't have so many options for it... I created a project using VS Code...