S E R A Y A

Results 62 comments of S E R A Y A

I get the same error when using clicky with angular universal. The error happens when running the prerender task which is executed in a node environment. Hence, the scripts are...

@CaerusKaru @mainawycliffe The original plan to publish the grid docs by the end of March apparently didn't work out. What's the current state on this issue?

@julianobrasil 's suggestion worked for me: 1. Import the `LayoutModule` into your module ```TypeScript import { LayoutModule } from '@angular/cdk/layout'; @NgModule({ imports: [ LayoutModule, ], // etc. }) export class...

Although I've read https://github.com/angular/flex-layout/issues/674#issuecomment-374866400 I 'm starting to believe that this project will never be released. Also, how is possible to figure out which versions of the other @angular libs...

Is this list still being updated? **edit: doesn't seem so** From the list in the OP, at least this rpc endpoint has been implemented: - getRawTransaction

Either - use the js syntax `Vue.use(require('vue-moment'));` or - leverage the typescript default exports: ``` import VueMoment from 'vue-moment'; Vue.use(VueMoment); ```

@nomadoda you can't use intellisense yet, since there are not typings for this project. You can, however, still use it together with typescript. @BrockReece you need to provide some typescript...

Just for reference, I had a call with @DorianSternVukotic today and the Liberland team identified a few smaller bugs, that they'd like to fix. Also, they'll give notice as soon...

@DorianSternVukotic thanks for the confirmation, I'm having a look right now. Here are my first findings: - The [twitter account](https://twitter.com/liberland) linked in your [README](https://github.com/liberland/liberland_substrate/) doesn't seem to be the correct...