Joey

Results 11 issues of Joey

ML.NET就是使用的LINQ来处理数据的,这个项目如果好好做也许可以为rust的机器学习生态做点贡献 http://www.arewelearningyet.com/data-preprocessing/

We usually use casbin-rs in a web server, that is when a request comes in, a middleware or controller asks casbin whether it's authenticated. A common situation is that we...

enhancement

Writing a pure C version casbin is quite difficult, but using rust ffi can be very easy. This commit adds C-bindings, so C/C++ programmer can easily integrate casbin into their...

就像helm-dictionary一样,支持在线搜索,也支持在本地添加字典,然后不用联网也能查字典。

Currently we are using an old version of substrate, https://github.com/paritytech/substrate/commit/28819000207c9bcdf37e31d7d167cd1d420faa7e I think we should update to a more recent version like `polkadot-v0.9.17` or `polkadot-v0.9.18`, with a clear version tag other...

At [http://demo.sleepingowladmin.ru/admin/companies/create?contact_id=1](http://demo.sleepingowladmin.ru/admin/companies/create?contact_id=1) click save button, added a new entry to companies, but no new entry at company_contact is there a way to update companies and company_contact simultaneously?

bug

on submit the signup form I got ``` log Type error: Argument 2 passed to Ddd\Domain\Event\StoredEvent::__construct() must be an instance of DateTime, instance of DateTimeImmutable given, called in /home/joey/workbench/git/last-wishes/vendor/carlosbuenosvinos/ddd/src/Infrastructure/Application/Notification/DoctrineEventStore.php on...

using email as address, change makeWish method name update .gitignore file

![image](https://github.com/juanfranblanco/vscode-solidity/assets/4054836/dc4d798c-a24b-4892-9e8b-330a5bdc93e5) the error log is: ``` Member "prevrandao" not found or not visible after argument-dependent lookup in contract Vm.(9582) ``` The `vm.prevrandao` actually works, I can run `forge build; forge...

Please support the new Popover api: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API With this, we can achieve dropdown menu, modal without writting js