surfmuggle

Results 16 issues of surfmuggle

Our legal department believes it to be mandatory that an open source project includes the license explicitly. This is also the [recommendation from github](https://help.github.com/en/articles/licensing-a-repository#determining-the-location-of-your-license) > Some projects include information about...

I am conviced that someone new to coding and javascript would have difficulties to install playwright. It would be great if the Installing Prerequisites would be documented in the [installation...

v1.25

From the response body i only need a substring. I am looking for something like this ``` @resultId = response.body.split(':')[1].trim() #// get the substring after : and trim it ```...

MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/Document/drag_event #### What information was incorrect, unhelpful, or incomplete? It is unclear to me how a dragged element is treated by the browser. I would expect that deleting...

good first issue
help wanted
Content:WebAPI
time: -30mins

MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/Document/elementFromPoint #### What information was incorrect, unhelpful, or incomplete? We were using `elementFromPoint ` for a node that can be dragged for the dragend event to find out...

Content:WebAPI

### 👓 What did you see? For someone new to Go and godog the Readme could be improved by providing more hints / steps to do. See [surfmuggle-patch-1](https://github.com/surfmuggle/godog/tree/surfmuggle-patch-1) to fix...

### Add example to docs how to set `Client.headers` As in https://github.com/dart-lang/http/issues/193 i had the same problem that i did not understand how to use the [`headers` property](https://pub.dev/documentation/http/latest/http/BaseRequest/headers.html) of the...

type-enhancement
package:http

Translated from another language - i hope it works in english as well.

First of all i would like to thank you for your snippets, especially the [`performance.js`](https://github.com/bgrins/devtools-snippets/tree/master/snippets/performance). Using it as a [chrome snippet](https://developers.google.com/web/tools/chrome-devtools/snippets) already helped me to better understand how to use...

Currently the documentation about [Utf8JsonWriter.WriteRawValue Method](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.utf8jsonwriter.writerawvalue?view=net-8.0) has no examples and no links to examples. It would be nice if an example was part of the documentation or links to a...

Pri3
area-System.Text.Json