Clément P

Results 71 comments of Clément P

I face the same issue when I import a `.json` or an `?inline`. Example: ```js const data = await import('./data.json') const info = await import('./info.txt?inline') ``` giving empty `sources` sourcemaps:...

I am closing this issue as it seems to be resolved. The problem with INIT_CWD [mentioned](https://github.com/oven-sh/bun/issues/8158#issuecomment-1959766275) by @kitten has not been resolved, but [another issue](https://github.com/oven-sh/bun/issues/21088) refers to it.

> You could use a let() statement to name the points and then use them in the lists, I think. I don't think so, because `faces` expects indexes from the...

Multiple spaces shouldn't keep being converted to ` `? example: ```md # input: one space. five spaces. # output: one space. five     spaces.

I think `tsc --init` should always create a `tsconfig.json` file without comments : * `tsconfig.json` is not the documentation. * `tsc --init` give a link to the documentation (https://aka.ms/tsconfig) in...

```js if (!(a === b && c === d)) {} ``` become ```js if(a !== b || c !== d) {} ```

> Try using the [markdowntopdfjs](https://github.com/xzhangsir/markdowntopdf) toolkit markdowntopdfjs also uses phantomjs

> Which version are you using? I use version 1.3.8.7 (latest?) on ubuntu > Please provide also what is shown in the internal information about the file generated. how to...

If I go to `internal` > `input processed tune` I get: ```abc X:1 Q:120 K:C %%MIDI control 7 96 %%MIDI program 50 %%MIDI control 7 35 CDEF ``` is rewriting...

> Are you using a recent snapshot downloaded from this github repository or one from sourceforge? I've compiled it yesterday from latest source using this instructions https://github.com/jwdj/EasyABC/blob/master/using_EasyABC_in_Linux.txt > Does adding...