leolux

Results 27 comments of leolux

PR: https://github.com/itslenny/angular-pretty-checkable/pull/11

@itslenny Can you make a review please?

The problem seems to be that install.php script tries to write the config file outside the document root: $_SERVER['DOCUMENT_ROOT'] . "/../config.php" I changed the location to $_SERVER['DOCUMENT_ROOT'] . "/config.php" so...

How to define the number of colums per breakpoint?

Thanks for the tipp. How to instruct bubblewrap to do so? I could not find anything about the Adnroid SDK in the build options https://github.com/GoogleChromeLabs/bubblewrap/tree/main/packages/cli#build

ng-source still gets ignored, even with the custom pattern suggested by stephanebachelier. Btw, it should be an html pattern an not js.

Which version of angularjs do you use while facing this issue?

There is currently no unit test which tests a bulk write with multiple replace operations. Therefore I have created a quick test to verify: https://pastebin.com/SAieGLQ5 This is the only test...

I can't get the first two lines of mongodb-driver-async t to work: ``` MongoClient mongoClient = MongoClients.create(); MongoDatabase database = mongoClient.getDatabase("test"); ``` Both lines are marked as deprecated and the...