Warren Mira

Results 7 comments of Warren Mira

@blakestone95 apologies for the very late reply. I will update this such that users should be able to compose a specific container of their liking -- e.g. with their own...

create a declaration.d.ts file.. you can start with below.. ```typescript declare module '@xmpp/client' { type ALLOWED_ACTIONS = 'online' | 'error' type Fn = (a: any) => any export class Client...

@tudro this is a confirmed bug. will get this fixed

Hi, Just render items under Transactions as normal navs but create a renderer such that they are indented. Dont render them as sub navigation. Cheers, Warren On Mon, 16 Dec...

Hi @matthiasp42 thanks for the report. css-loader has been added on 0.0.10 and this should work now

Also, without any preset, the CDN version still fails with: index.ts:18 Uncaught TypeError: Cannot read properties of undefined (reading 'match')

@bebraw what I'm thinking there will be an index of unique names and respective index e.g. ``` javascript { country : { 'US' : [5,11,13], 'AU' : [1,3,6] } }...