catull

Results 26 issues of catull

It is not advisable to refer to reviews as "avis", "commentaires" and "revue"; capitalising "Avis" not a the beginning of the sentence is definitely a no-no. In English, you enter...

I have a requirement to break up a text into lines of up to N characters. These lines must contain full words. E.g. if a line exceeds N characters, then...

support

This PR removes files which do not need to be under version control. These are generated documentation from the source files. Furthermore, several copies of Font files and images were...

All the image files are really not necessary in the the core library. They have to be relocated to a DEMO project, such as [Bootstrapping Ngx-Admin-Lte](https://github.com/TwanoO67/bootstraping-ngx-admin-lte). My usage of `ngx-admin-lte`...

In 2.0.0-beta.9 `jquery` was removed as a direct dependency, it is an indirect dependency. In 2.0.0-beta.10 `jquery` was re-introduced. Fact is, you don't need to specify this dependency. Because if...

I have the following dependencies: ```json "dependencies": { "@angular/common": "^5.2.6", "@angular/compiler": "^5.2.6", "@angular/core": "^5.2.6", ........ "@angular/http": "^5.2.6", "admin-lte": "2.3.11", "ngx-admin-lte": "1.0.1", "rxjs": "^5.5.6", "zone.js": "^0.8.20" }, "devDependencies": { "@angular/cli": "^1.7.1",...

fixed in v2

The build process creates them, thus they must be removed beforehand, in order to prevent carrying over build artefacts from a previous build.

Dear BMers Imagine an extension of the Fibonacci implementation, where we would pass an argument N (numeric) "into" it. How would we support it ? One approach is to have...

## Issue type I'm submitting a: [x] Bug report ## Prerequisites Before posting, make sure you do the following: [X] Confirm you are using the latest versions of all necessary...

## Issue type I'm submitting a (check one): [X] Documentation issue or request ## Prerequisites Before posting, make sure you do the following (check all): [x] Confirm you are using...