Anton Sukhovatkin
Anton Sukhovatkin
If I wanted to extend EventStore and modify the publish function for example to include metadata, I can't extend the EventStore class because all the properties are private, can we...
Hi, I'm a bit confused. How do i call this function https://gtk-rs.org/docs/gio/trait.AppInfoExt.html#tymethod.launch `fn launch( &self, files: &[File], context: Option ) -> Result` To launch the application without arguments pass a...
Hi, I have the following format for enums in my code: ``` export enum UserRolesEnum { ADMIN, OTHER } ``` ``` export namespace UserRolesEnum { export function toString(v: UserRolesEnum): string...
Would love to see a tutorial or code sample on how to use RadSideDrawer in NativeScript angular 2. Thanks.