-
```
I would like the following ressources added:
image search engines with support for its filters (parameters) date,size,license,etc:
http://www.bing.com/images/search?q=router
h…
-
**The bug**
The tool is not working in internet explorer as expected.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://tools.wmflabs.org/google-drive-photos-to-commons/
2. Ac…
-
Provide an optional parameter to color correct the resulting imagery to better reflect images such as the following:
-
### Describe the problem and solution
필요 없는 return statement를 방지합니다.
```ts
// ❌
function foo() { return; }
function foo() {
doSomething();
return;
}
function foo() {
if (condit…
-
### Describe the problem and solution
한 곳에서 여러 줄에 import하는 것을 방지합니다.
https://eslint.org/docs/latest/rules/no-duplicate-imports
```ts
// ❌
import { merge } from 'module';
import something from …
-
There seems to be no way of resizing images.
You can do it with html like:
``
This works if you preview or save the markdown but, if you switch to WYSIWYG, it removes the width for some reason.
…
-
```js
import OpenAI from "openai";
const openai = new OpenAI();
async function main() {
const response = await openai.chat.completions.create({
model: "gpt-4o",
messages: [
…
-
Festland-Europa hat bekanntlich 3 Zeitzonen (unter Beachtung der Sommerzeit sind es UTC+1...4)
![image](https://github.com/jlawyerorg/j-lawyer-org/assets/56734761/bc04e012-e113-45e7-b365-a8fa2f248e…
-
Nice work! Would you be maybe interested to add more features? How about to display more diverse content beyond Wikipedia articles? Possibly add features to see media files from Commons or articles fr…
-
```html
```
The `()` characters are not encoded by `encodeURI()`, resulting in a 404.
[reveal.js, line 3481](https://github.com/hakimel/reveal.js/blob/master/js/reveal.js#L3481):
```js
…