Skip to content

Commit 95204ba

Browse files
committed
chore: remove bad unicode characters
1 parent c7b52ee commit 95204ba

File tree

6 files changed

+103
-104
lines changed

6 files changed

+103
-104
lines changed

packages/docs/src/routes/docs/(qwik)/components/context/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const Parent = component$(() => {
117117

118118
- `ContextId`: A previously created Context must be supplied, serving as an identifier for the data being provided as the second parameter.
119119

120-
- `data`: You can provide any data type, such as Qwik's useSignal, useStore, arrays, or objects.
120+
- `data`: You can provide any data type, such as Qwik's useSignal, useStore, arrays, or objects.
121121

122122
### Caveats
123123

packages/docs/src/routes/docs/(qwikrouter)/html-attributes/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ created_at: '2023-08-23T23:06:42Z'
1010

1111
# HTML attributes
1212

13-
Occasionally, it is necessary to add attributes to a website to enable specific functionalities, such as controlling the application's theme, determining text direction with the `dir` attribute, or setting the page language with the `lang` attribute. Typically, adding these attributes to the HTML tag is practical since it generally serves as the application's container.
13+
Occasionally, it is necessary to add attributes to a website to enable specific functionalities, such as controlling the application's theme, determining text direction with the `dir` attribute, or setting the page language with the `lang` attribute. Typically, adding these attributes to the HTML tag is practical since it generally serves as the application's container.
1414

1515
To apply these attributes in Qwik router, add them to `containerAttributes` in the `src/entry.ssr.tsx` file:
1616

@@ -28,7 +28,7 @@ export default function (opts: RenderToStreamOptions) {
2828
}
2929
```
3030

31-
In addition, the `opts.serverData` object and nested objects allow you to access information about the request, including `request headers`, `url`, `route params`, and more. Leveraging this information enables you to do the following:
31+
In addition, the `opts.serverData` object and nested objects allow you to access information about the request, including `request headers`, `url`, `route params`, and more. Leveraging this information enables you to do the following:
3232

3333
```tsx
3434
export default function (opts: RenderToStreamOptions) {

packages/docs/src/routes/docs/integrations/authjs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ and create a new file named `[email protected]` with an example configuration.
6969
> **Note on Manual Deployments with Node**
7070
7171
> When deploying applications manually using Node.js, particularly with frameworks like Express, the server or Node process does not inherently know if it's being served under HTTP or HTTPS.
72-
> Unlike hosting services like Vercel, Netlify, or Cloudflare, where the ORIGIN configuration is automatically managed, manual setups require explicit specification. To ensure that your Node.js application recognizes the correct protocol and host it is being served under, set the following **environment variables**:
72+
> Unlike hosting services like Vercel, Netlify, or Cloudflare, where the ORIGIN configuration is automatically managed, manual setups require explicit specification. To ensure that your Node.js application recognizes the correct protocol and host it is being served under, set the following **environment variables**:
7373
74-
> - ORIGIN: Set this to the URL of your application. For example:
74+
> - ORIGIN: Set this to the URL of your application. For example:
7575
> ORIGIN=https://your-app-name.example.com
7676
> - PROTOCOL_HEADER: This is used to indicate the original protocol requested by the client. Commonly, this is specified in proxy configurations. Set this variable to:
7777
> PROTOCOL_HEADER=X-Forwarded-Proto

packages/docs/src/routes/docs/integrations/bootstrap/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It also adds new files inside to your project folder:
6767

6868
## After integrating Bootstrap
6969

70-
After integrating Bootstrap, you can access the /bootstrap/ route where you will find all the examples available for this integration.
70+
After integrating Bootstrap, you can access the /bootstrap/ route where you will find all the examples available for this integration.
7171

7272
## Interesting info about Bootstrap
7373

patches/[email protected]

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
diff --git a/.history/lib/DBSCAN_20231205115425.js b/.history/lib/DBSCAN_20231205115425.js
2-
new file mode 100644
3-
index 0000000000000000000000000000000000000000..433b454c8d1e27ed951c7ba53052a4036e25f43d
4-
--- /dev/null
5-
+++ b/.history/lib/DBSCAN_20231205115425.js
6-
@@ -0,0 +1,236 @@
1+
diff --git a/.history/lib/DBSCAN_20231205115425.js b/.history/lib/DBSCAN_20231205115425.js
2+
new file mode 100644
3+
index 0000000000000000000000000000000000000000..433b454c8d1e27ed951c7ba53052a4036e25f43d
4+
--- /dev/null
5+
+++ b/.history/lib/DBSCAN_20231205115425.js
6+
@@ -0,0 +1,236 @@
77
+/**
88
+ * DBSCAN - Density based clustering
99
+ *
@@ -240,12 +240,12 @@ index 0000000000000000000000000000000000000000..433b454c8d1e27ed951c7ba53052a403
240240
+if (typeof module !== 'undefined' && module.exports) {
241241
+ module.exports = DBSCAN;
242242
+}
243-
diff --git a/.history/lib/DBSCAN_20231205115515.js b/.history/lib/DBSCAN_20231205115515.js
244-
new file mode 100644
245-
index 0000000000000000000000000000000000000000..54f8c4438faba26ebafd22ec9d7a228f6dfdef94
246-
--- /dev/null
247-
+++ b/.history/lib/DBSCAN_20231205115515.js
248-
@@ -0,0 +1,236 @@
243+
diff --git a/.history/lib/DBSCAN_20231205115515.js b/.history/lib/DBSCAN_20231205115515.js
244+
new file mode 100644
245+
index 0000000000000000000000000000000000000000..54f8c4438faba26ebafd22ec9d7a228f6dfdef94
246+
--- /dev/null
247+
+++ b/.history/lib/DBSCAN_20231205115515.js
248+
@@ -0,0 +1,236 @@
249249
+/**
250250
+ * DBSCAN - Density based clustering
251251
+ *
@@ -482,12 +482,12 @@ index 0000000000000000000000000000000000000000..54f8c4438faba26ebafd22ec9d7a228f
482482
+if (module.exports) {
483483
+ module.exports = DBSCAN;
484484
+}
485-
diff --git a/.history/lib/DBSCAN_20231205115526.js b/.history/lib/DBSCAN_20231205115526.js
486-
new file mode 100644
487-
index 0000000000000000000000000000000000000000..54f8c4438faba26ebafd22ec9d7a228f6dfdef94
488-
--- /dev/null
489-
+++ b/.history/lib/DBSCAN_20231205115526.js
490-
@@ -0,0 +1,236 @@
485+
diff --git a/.history/lib/DBSCAN_20231205115526.js b/.history/lib/DBSCAN_20231205115526.js
486+
new file mode 100644
487+
index 0000000000000000000000000000000000000000..54f8c4438faba26ebafd22ec9d7a228f6dfdef94
488+
--- /dev/null
489+
+++ b/.history/lib/DBSCAN_20231205115526.js
490+
@@ -0,0 +1,236 @@
491491
+/**
492492
+ * DBSCAN - Density based clustering
493493
+ *
@@ -724,13 +724,13 @@ index 0000000000000000000000000000000000000000..54f8c4438faba26ebafd22ec9d7a228f
724724
+if (module.exports) {
725725
+ module.exports = DBSCAN;
726726
+}
727-
diff --git a/.history/lib/KMEANS_20231205115425.js b/.history/lib/KMEANS_20231205115425.js
728-
new file mode 100644
729-
index 0000000000000000000000000000000000000000..21646f447f20fa710a7d855e597a9b9f9643b2f5
730-
--- /dev/null
731-
+++ b/.history/lib/KMEANS_20231205115425.js
732-
@@ -0,0 +1,213 @@
733-
+/**
727+
diff --git a/.history/lib/KMEANS_20231205115425.js b/.history/lib/KMEANS_20231205115425.js
728+
new file mode 100644
729+
index 0000000000000000000000000000000000000000..21646f447f20fa710a7d855e597a9b9f9643b2f5
730+
--- /dev/null
731+
+++ b/.history/lib/KMEANS_20231205115425.js
732+
@@ -0,0 +1,213 @@
733+
+ /**
734734
+ * KMEANS clustering
735735
+ *
736736
+ * @author Lukasz Krawczyk <[email protected]>
@@ -943,13 +943,13 @@ index 0000000000000000000000000000000000000000..21646f447f20fa710a7d855e597a9b9f
943943
+if (typeof module !== 'undefined' && module.exports) {
944944
+ module.exports = KMEANS;
945945
+}
946-
diff --git a/.history/lib/KMEANS_20231205115515.js b/.history/lib/KMEANS_20231205115515.js
947-
new file mode 100644
948-
index 0000000000000000000000000000000000000000..a6fab6e802b5ce7c9f7f8ac4183faff29181b22d
949-
--- /dev/null
950-
+++ b/.history/lib/KMEANS_20231205115515.js
951-
@@ -0,0 +1,213 @@
952-
+/**
946+
diff --git a/.history/lib/KMEANS_20231205115515.js b/.history/lib/KMEANS_20231205115515.js
947+
new file mode 100644
948+
index 0000000000000000000000000000000000000000..a6fab6e802b5ce7c9f7f8ac4183faff29181b22d
949+
--- /dev/null
950+
+++ b/.history/lib/KMEANS_20231205115515.js
951+
@@ -0,0 +1,213 @@
952+
+ /**
953953
+ * KMEANS clustering
954954
+ *
955955
+ * @author Lukasz Krawczyk <[email protected]>
@@ -1162,12 +1162,12 @@ index 0000000000000000000000000000000000000000..a6fab6e802b5ce7c9f7f8ac4183faff2
11621162
+if (module.exports) {
11631163
+ module.exports = KMEANS;
11641164
+}
1165-
diff --git a/.history/lib/OPTICS_20231205115425.js b/.history/lib/OPTICS_20231205115425.js
1166-
new file mode 100644
1167-
index 0000000000000000000000000000000000000000..867e081630c3a4ee2d2615d902642e11249f4981
1168-
--- /dev/null
1169-
+++ b/.history/lib/OPTICS_20231205115425.js
1170-
@@ -0,0 +1,269 @@
1165+
diff --git a/.history/lib/OPTICS_20231205115425.js b/.history/lib/OPTICS_20231205115425.js
1166+
new file mode 100644
1167+
index 0000000000000000000000000000000000000000..867e081630c3a4ee2d2615d902642e11249f4981
1168+
--- /dev/null
1169+
+++ b/.history/lib/OPTICS_20231205115425.js
1170+
@@ -0,0 +1,269 @@
11711171
+
11721172
+/**
11731173
+ * @requires ./PriorityQueue.js
@@ -1437,12 +1437,12 @@ index 0000000000000000000000000000000000000000..867e081630c3a4ee2d2615d902642e11
14371437
+if (typeof module !== 'undefined' && module.exports) {
14381438
+ module.exports = OPTICS;
14391439
+}
1440-
diff --git a/.history/lib/OPTICS_20231205115515.js b/.history/lib/OPTICS_20231205115515.js
1441-
new file mode 100644
1442-
index 0000000000000000000000000000000000000000..1a2f86f294a6ee1589272cb7d20fe4fa697cc62c
1443-
--- /dev/null
1444-
+++ b/.history/lib/OPTICS_20231205115515.js
1445-
@@ -0,0 +1,269 @@
1440+
diff --git a/.history/lib/OPTICS_20231205115515.js b/.history/lib/OPTICS_20231205115515.js
1441+
new file mode 100644
1442+
index 0000000000000000000000000000000000000000..1a2f86f294a6ee1589272cb7d20fe4fa697cc62c
1443+
--- /dev/null
1444+
+++ b/.history/lib/OPTICS_20231205115515.js
1445+
@@ -0,0 +1,269 @@
14461446
+
14471447
+/**
14481448
+ * @requires ./PriorityQueue.js
@@ -1712,12 +1712,12 @@ index 0000000000000000000000000000000000000000..1a2f86f294a6ee1589272cb7d20fe4fa
17121712
+if (module.exports) {
17131713
+ module.exports = OPTICS;
17141714
+}
1715-
diff --git a/.history/lib/PriorityQueue_20231205115425.js b/.history/lib/PriorityQueue_20231205115425.js
1716-
new file mode 100644
1717-
index 0000000000000000000000000000000000000000..beda2305bf1585d672f92c93a55391c393dac43d
1718-
--- /dev/null
1719-
+++ b/.history/lib/PriorityQueue_20231205115425.js
1720-
@@ -0,0 +1,180 @@
1715+
diff --git a/.history/lib/PriorityQueue_20231205115425.js b/.history/lib/PriorityQueue_20231205115425.js
1716+
new file mode 100644
1717+
index 0000000000000000000000000000000000000000..beda2305bf1585d672f92c93a55391c393dac43d
1718+
--- /dev/null
1719+
+++ b/.history/lib/PriorityQueue_20231205115425.js
1720+
@@ -0,0 +1,180 @@
17211721
+/**
17221722
+ * PriorityQueue
17231723
+ * Elements in this queue are sorted according to their value
@@ -1898,12 +1898,12 @@ index 0000000000000000000000000000000000000000..beda2305bf1585d672f92c93a55391c3
18981898
+if (typeof module !== 'undefined' && module.exports) {
18991899
+ module.exports = PriorityQueue;
19001900
+}
1901-
diff --git a/.history/lib/PriorityQueue_20231205115515.js b/.history/lib/PriorityQueue_20231205115515.js
1902-
new file mode 100644
1903-
index 0000000000000000000000000000000000000000..23be5a7061c311446a76fca1e17fd68539738648
1904-
--- /dev/null
1905-
+++ b/.history/lib/PriorityQueue_20231205115515.js
1906-
@@ -0,0 +1,180 @@
1901+
diff --git a/.history/lib/PriorityQueue_20231205115515.js b/.history/lib/PriorityQueue_20231205115515.js
1902+
new file mode 100644
1903+
index 0000000000000000000000000000000000000000..23be5a7061c311446a76fca1e17fd68539738648
1904+
--- /dev/null
1905+
+++ b/.history/lib/PriorityQueue_20231205115515.js
1906+
@@ -0,0 +1,180 @@
19071907
+/**
19081908
+ * PriorityQueue
19091909
+ * Elements in this queue are sorted according to their value
@@ -2084,12 +2084,12 @@ index 0000000000000000000000000000000000000000..23be5a7061c311446a76fca1e17fd685
20842084
+if (module.exports) {
20852085
+ module.exports = PriorityQueue;
20862086
+}
2087-
diff --git a/.history/lib/index_20231205115425.js b/.history/lib/index_20231205115425.js
2088-
new file mode 100644
2089-
index 0000000000000000000000000000000000000000..a9c5d52a2d5dde2a22ba5f03e54abf3b68f796d8
2090-
--- /dev/null
2091-
+++ b/.history/lib/index_20231205115425.js
2092-
@@ -0,0 +1,9 @@
2087+
diff --git a/.history/lib/index_20231205115425.js b/.history/lib/index_20231205115425.js
2088+
new file mode 100644
2089+
index 0000000000000000000000000000000000000000..a9c5d52a2d5dde2a22ba5f03e54abf3b68f796d8
2090+
--- /dev/null
2091+
+++ b/.history/lib/index_20231205115425.js
2092+
@@ -0,0 +1,9 @@
20932093
+
20942094
+if (typeof module !== 'undefined' && module.exports) {
20952095
+ module.exports = {
@@ -2099,12 +2099,12 @@ index 0000000000000000000000000000000000000000..a9c5d52a2d5dde2a22ba5f03e54abf3b
20992099
+ PriorityQueue: require('./PriorityQueue.js')
21002100
+ };
21012101
+}
2102-
diff --git a/.history/lib/index_20231205115515.js b/.history/lib/index_20231205115515.js
2103-
new file mode 100644
2104-
index 0000000000000000000000000000000000000000..b5a7a8cc312a1c0468259231a06641211c8e11cc
2105-
--- /dev/null
2106-
+++ b/.history/lib/index_20231205115515.js
2107-
@@ -0,0 +1,9 @@
2102+
diff --git a/.history/lib/index_20231205115515.js b/.history/lib/index_20231205115515.js
2103+
new file mode 100644
2104+
index 0000000000000000000000000000000000000000..b5a7a8cc312a1c0468259231a06641211c8e11cc
2105+
--- /dev/null
2106+
+++ b/.history/lib/index_20231205115515.js
2107+
@@ -0,0 +1,9 @@
21082108
+
21092109
+if (module.exports) {
21102110
+ module.exports = {
@@ -2114,35 +2114,35 @@ index 0000000000000000000000000000000000000000..b5a7a8cc312a1c0468259231a0664121
21142114
+ PriorityQueue: require('./PriorityQueue.js')
21152115
+ };
21162116
+}
2117-
diff --git a/lib/DBSCAN.js b/lib/DBSCAN.js
2118-
index 433b454c8d1e27ed951c7ba53052a4036e25f43d..54f8c4438faba26ebafd22ec9d7a228f6dfdef94 100644
2119-
--- a/lib/DBSCAN.js
2120-
+++ b/lib/DBSCAN.js
2121-
@@ -231,6 +231,6 @@ DBSCAN.prototype._euclideanDistance = function(p, q) {
2117+
diff --git a/lib/DBSCAN.js b/lib/DBSCAN.js
2118+
index 433b454c8d1e27ed951c7ba53052a4036e25f43d..54f8c4438faba26ebafd22ec9d7a228f6dfdef94 100644
2119+
--- a/lib/DBSCAN.js
2120+
+++ b/lib/DBSCAN.js
2121+
@@ -231,6 +231,6 @@ DBSCAN.prototype._euclideanDistance = function(p, q) {
21222122
return Math.sqrt(sum);
21232123
};
21242124

21252125
-if (typeof module !== 'undefined' && module.exports) {
21262126
+if (module.exports) {
21272127
module.exports = DBSCAN;
21282128
}
2129-
diff --git a/lib/KMEANS.js b/lib/KMEANS.js
2130-
index 21646f447f20fa710a7d855e597a9b9f9643b2f5..a6fab6e802b5ce7c9f7f8ac4183faff29181b22d 100644
2131-
--- a/lib/KMEANS.js
2132-
+++ b/lib/KMEANS.js
2133-
@@ -208,6 +208,6 @@ KMEANS.prototype.distance = function(p, q) {
2129+
diff --git a/lib/KMEANS.js b/lib/KMEANS.js
2130+
index 21646f447f20fa710a7d855e597a9b9f9643b2f5..a6fab6e802b5ce7c9f7f8ac4183faff29181b22d 100644
2131+
--- a/lib/KMEANS.js
2132+
+++ b/lib/KMEANS.js
2133+
@@ -208,6 +208,6 @@ KMEANS.prototype.distance = function(p, q) {
21342134
return Math.sqrt(sum);
21352135
};
21362136

21372137
-if (typeof module !== 'undefined' && module.exports) {
21382138
+if (module.exports) {
21392139
module.exports = KMEANS;
21402140
}
2141-
diff --git a/lib/OPTICS.js b/lib/OPTICS.js
2142-
index 867e081630c3a4ee2d2615d902642e11249f4981..1a2f86f294a6ee1589272cb7d20fe4fa697cc62c 100644
2143-
--- a/lib/OPTICS.js
2144-
+++ b/lib/OPTICS.js
2145-
@@ -3,7 +3,7 @@
2141+
diff --git a/lib/OPTICS.js b/lib/OPTICS.js
2142+
index 867e081630c3a4ee2d2615d902642e11249f4981..1a2f86f294a6ee1589272cb7d20fe4fa697cc62c 100644
2143+
--- a/lib/OPTICS.js
2144+
+++ b/lib/OPTICS.js
2145+
@@ -3,7 +3,7 @@
21462146
* @requires ./PriorityQueue.js
21472147
*/
21482148

@@ -2151,31 +2151,31 @@ index 867e081630c3a4ee2d2615d902642e11249f4981..1a2f86f294a6ee1589272cb7d20fe4fa
21512151
var PriorityQueue = require('./PriorityQueue.js');
21522152
}
21532153

2154-
@@ -264,6 +264,6 @@ OPTICS.prototype._euclideanDistance = function(p, q) {
2154+
@@ -264,6 +264,6 @@ OPTICS.prototype._euclideanDistance = function(p, q) {
21552155
return Math.sqrt(sum);
21562156
};
21572157

21582158
-if (typeof module !== 'undefined' && module.exports) {
21592159
+if (module.exports) {
21602160
module.exports = OPTICS;
21612161
}
2162-
diff --git a/lib/PriorityQueue.js b/lib/PriorityQueue.js
2163-
index beda2305bf1585d672f92c93a55391c393dac43d..23be5a7061c311446a76fca1e17fd68539738648 100644
2164-
--- a/lib/PriorityQueue.js
2165-
+++ b/lib/PriorityQueue.js
2166-
@@ -175,6 +175,6 @@ PriorityQueue.prototype._insertAt = function(ele, priority, index) {
2162+
diff --git a/lib/PriorityQueue.js b/lib/PriorityQueue.js
2163+
index beda2305bf1585d672f92c93a55391c393dac43d..23be5a7061c311446a76fca1e17fd68539738648 100644
2164+
--- a/lib/PriorityQueue.js
2165+
+++ b/lib/PriorityQueue.js
2166+
@@ -175,6 +175,6 @@ PriorityQueue.prototype._insertAt = function(ele, priority, index) {
21672167
}
21682168
};
21692169

21702170
-if (typeof module !== 'undefined' && module.exports) {
21712171
+if (module.exports) {
21722172
module.exports = PriorityQueue;
21732173
}
2174-
diff --git a/lib/index.js b/lib/index.js
2175-
index a9c5d52a2d5dde2a22ba5f03e54abf3b68f796d8..b5a7a8cc312a1c0468259231a06641211c8e11cc 100644
2176-
--- a/lib/index.js
2177-
+++ b/lib/index.js
2178-
@@ -1,5 +1,5 @@
2174+
diff --git a/lib/index.js b/lib/index.js
2175+
index a9c5d52a2d5dde2a22ba5f03e54abf3b68f796d8..b5a7a8cc312a1c0468259231a06641211c8e11cc 100644
2176+
--- a/lib/index.js
2177+
+++ b/lib/index.js
2178+
@@ -1,5 +1,5 @@
21792179

21802180
-if (typeof module !== 'undefined' && module.exports) {
21812181
+if (module.exports) {

pnpm-lock.yaml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)