issues Search Results · repo:sevensc/typescript-string-operations language:TypeScript
Filter by
13 results
(63 ms)13 results
insevensc/typescript-string-operations (press backspace or delete to remove)StringBuilder.appendLine puts CRLF before the line, not after. Why would you make this decision? This is contrary to
every other package out there.
kenlnetherland
- Opened on May 16, 2024
- #71
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
[!WARNING] These dependencies are deprecated: ...
renovate[bot]
- Opened on Oct 30, 2023
- #39
I m getting error in the webpack while building the angular application.
I keep on getting this message on the terminal console
ERROR in ./node_modules/typescript-string-operations/dist/index.js 1:607 ...
argelj289
- 3
- Opened on Oct 12, 2022
- #28
Current implementation is the following.
public AppendLine(value: string) {
this.Values.push( \r\n + value);
}
On Windows, the line separator \r\n is correct, but it is not correct separator ...
NewGyu
- 2
- Opened on Dec 31, 2020
- #21
String.Format with n specifier does not respect current locale settings. In our country, there is a thousand separator .
In your library is hardcoded thousand separator . . Please use settings from the ...
karelkral
- 3
- Opened on Mar 3, 2020
- #14
Currently there are no options to pass the string array as argument and get it formatted like below.
string[] args = [ Hello , World ] string sayHello = String.Format( {0}, {1}! , args)
Output : Hello, ...
Aashiq2691
- 2
- Opened on Apr 15, 2019
- #11
I added this to the package.json and added an import { String } from typescript-string-operations ; to an existing ts
file, and it gives the error TS2307 (TS) Cannot find module typescript-string-operations ...
StingyJack
- 11
- Opened on Mar 18, 2018
- #8
let url = /account/list?name={0} group={1} version={2} url = String.Format(url, “sss”, , );
logout is url = account/list?name=sss group=000 version=000
I do not want 000, I want 0 what should I do?
...
martianma
- 5
- Opened on Feb 1, 2018
- #6

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.