Results 12 issues of Lekhnath Rijal

while changing class property decorated with @SessionStorage() the value stored in SessionStorage indeed changes, but the change is not reflected in decorated property elsewhere in the application. I need to...

How to generate the following sentence in SimpleNLG. > The first one is not good, neither is the second one. I wrote following piece of code and gave me the...

How do I generate "I will also be doing my homework" ? I am only able to generate "I will be doing my homework". ```python _s = nlgFactory.createClause() _s.setSubject('i') _s.setVerb('do')...

I can only generate "Let we go".

How to use this module in `typescript` as I cannot find type definition file for this module.

when using **innerHTML** value for node `{'text': {'data-attribute': 'some value'}}` does not works. It does not set **data-attribute** for that node. Why is that? Is there any work around?

I need to convert form data back to JSON. But this library only support JSON to form data. Thank you.

When I tried to configure the `socketProvider` as explained in the doc I got an error message `injector:modulerr`. ``` angular.module('myApp', [ 'btford.socket-io' ]). config(function (socketProvider) { socketProvider.prefix(''); }); ``` When...

I've following directory structure, where tsconfig.json file is insided the `src` sub-directory of project root. ``` + src + app + common + main.ts tsconfig.json

## Description of the issue Cannot use Child Table as Link field. ## Context information (for bug reports) **Output of `bench version`** ``` 5.22.6 ``` ## Steps to reproduce the...

bug