Frank David Martínez M
Frank David Martínez M
`PFD_SKIP_IMPLEMENTATION` does not work at all. So another approach is to create a small wrapper, it requires to redeclare the API, but the public API is quite small. So I...
Hi @spulec , @lllama I am interested in some experiments for import/export the state. But the file you are referencing here : - https://github.com/spulec/moto/blob/master/moto/core/models.py#L510-L523 - https://github.com/spulec/moto/blob/master/moto/core/models.py#L555-L576 has changed and it...
Please correct me if I am wrong. Maybe I can do just this to export all the state: ```python from moto.core.base_backend import model_data import json save_state_somewhere( json.dumps(model_data) ) ```
@terjeio Ok, no problem. I put it here because I thought you had planned to move everything here. I have a much more refined version, I will open an Issue...
Discussion moved to: https://github.com/terjeio/grblHAL/discussions/268
@luzpaz I am working on this in the new Extension Manager.
Hi Erysavy, Sounds like an already fixed bug. What version of mybatis-scala are you using? Frank. On Sat, Jan 11, 2014 at 9:44 PM, erysavy [email protected] wrote: > When including...
Hi Eyal, If you are using google code version, you are with an old version. We moved the code to github more than a year ago. Can you try the...
Hi Erysavy, I have confused your name (I am so sorry). The problem was fixed two months ago in github. https://github.com/mybatis/scala/commit/9f61f8884d7fb8343179da6a332633ea03218978#diff-15fce1edb26e4a4e020f124daeac7f7c Can you try the unreleased github version? Cheers, Frank....
Hi Erysavy, You are right, it was a quick fix and it is too permissive. I will fix in the next release, the 1.0.2 is scheduled for today and I...