dao
Here are 377 public repositories matching this topic...
How to create a view
Hi!
I want to create a view and manipulate it with Exposed.
I searched everywhere, but it seems it is not supported yet.
Did I miss it somewhere?
I can think of one workaround: create the view without Exposed, declare it as a Table and just avoid writing to it, but it's not optimal.
-
Updated
May 20, 2020 - Java
-
Updated
Jun 21, 2020 - Java
-
Updated
Apr 18, 2017 - Java
-
Updated
Jun 25, 2020 - Java
https://docs.mongodb.com/manual/reference/database-references/#dbrefs
As I understand this is useful when you have for example one-to-many (1-n) relation, and "n" isn't ref to single collection (because of Concrete Table Inheritance strategy )
"но надо будет думать, как решить эту траблу нормально (походу только через isCanDo(“startVoting”) и isCanDo(“finishVoting”))
то есть сейчас owner токенов - это DAO
можно туда добавить методы startVoting() isCanDo();
и
finishVoting() isCanDo() а в StdDaoToken оставить только onlyOwner потом"
-
Updated
Aug 15, 2019 - Scala
-
Updated
May 1, 2020 - Java
-
Updated
Dec 5, 2019 - C++
-
Updated
Apr 11, 2020 - C++
-
Updated
Mar 16, 2017 - Scala
-
Updated
Jan 1, 2020 - Java
-
Updated
Jan 15, 2020 - Java
-
Updated
Feb 9, 2018
-
Updated
Mar 13, 2017 - Java
Use Web3Connect
-
Updated
May 8, 2018 - Kotlin
Необходимо предоставить пользователям возможность проверить данные транзакции на покупку / продажу единиц зная уникальный идентификатор транзакции в Ethereum Blockchain.
--
Предлагаю для этого создать раздел на сайте ipci.io /verifytx. В данном разделе показывать поле для ввода номера транзакции и кнопку "verify". После чего сервер обратиться в Blockchain и выведет информацию следующего содерж
-
Updated
Jun 14, 2020 - TypeScript
-
Updated
Mar 29, 2019 - Visual Basic
Improve this page
Add a description, image, and links to the dao topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dao topic, visit your repo's landing page and select "manage topics."
Describe the bug
Any attempt to test a subscription directly to the Prisma server via Playground returns the following error:
In review of the WS transactions in the browser console, I can see I am receiving this response from the Prisma endpoint, but nothing is being logged by Pri