-
Hi SEB-Team,
the moodle configurator can handle only 10 entries of URL.
10 entries are to few in some settings.
Here is my example for a DemoExam with BYODs. This config is intended for start…
-
We need to implement all the custom messages of `x/profiles` inside the Desmos rust package.
This will be helpful in the future for developers in order to let them easily integrate their custom token…
-
As #11, we need to implement also all the custom queries of x/profiles inside the Desmos rust package.
This will help developers when they will implement their own tokenomics if they need something r…
-
Today I was thinking about the possible implementation of the IBC for our latest `x/subspaces` module.
In order to put everyone on the same page the new module let the users perform the followin…
-
After installing desmos-react with npm, I am presented with this error when including the Usage code in my App.js react app.
Module../node_modules/desmos-react/index.js
node_modules/desmos-react/in…
-
I think that to pursue maintainability in the future, we should move out desmos-std in its own repository and then import it in all the future smart-contract that we will implement. What do you think …
-
Given a function defined in the form `f(x)=...`, I can't find a way to display the derivative of it. I've tried the syntax
````
```desmos-graph
f(x)=x^2
f'(x)
```
````
would be valid, but it gi…
-
In order to optimise the usage of desmos-std by devs in their contract, we can add [conditional compilation](https://doc.rust-lang.org/reference/conditional-compilation.html) to its packages. Conditio…
-
Update on desmos website according to below prototype
https://www.figma.com/file/lgF08ZQovUxkcCpEBDe47S/Desmos-Website-1.0.-%23ED6C53?node-id=2723%3A39432
-
## Feature description
As the same as `x/relationships`, I suggest splitting chain-link and application-link to a a independent module from `x/profiles`. It would improve the maintainabilit…