curl https://ollama.com/v1/models | jq .{
"object": "list",
"data": [
{
"id": "glm-4.6",curl https://ollama.com/v1/models | jq .{
"object": "list",
"data": [
{
"id": "glm-4.6",A guide for using emojis in pull requests to clearly indicate the purpose of the comment.
| Emoji | Tag | Description | Blocking (✅ Yes, ❌ No) |
|---|---|---|---|
| 🐛 | :bug: |
I think there might be a bug here | ✅ |
| ❓ | :question: |
I have a question about this | ✅ |
| 📝 | :memo: |
You should document this | ✅ |
| ♻️ | :refactor: |
You should refactor this | ✅ |
| 🛠️ | :hammer_and_wrench: |
You should change this | ✅ |
| 😍 / 🌈 | :heart_eyes: / :rainbow: |
This is beautiful. Kudos! | ❌ |
| package stripe | |
| import slinky.core.ExternalComponent | |
| import slinky.core.annotations.react | |
| import scala.scalajs.js | |
| import scala.scalajs.js.annotation.JSImport | |
| import scala.scalajs.js.| | |
| @react |
From org.apache.pekko.stream.impl:
* * [[org.apache.pekko.stream.impl.PhasedFusingActorMaterializer.Debug]]: if this flag is turned on, the materializer will
* log the steps it takes
* * [[org.apache.pekko.stream.impl.TraversalBuilder.printTraversal]]: Prints the Traversal in a readable format
* * [[org.apache.pekko.stream.impl.TraversalBuilder.printWiring]]: Prints the calculated port assignments. Useful for
I'm sure there must be a reason (valid or historical) but distinguishing between input and output types seems to serve no real purpose and comes with a significant cost.
By no means the authority but perhaps a good starting point are the reasons that ChatGPT give:
In GraphQL, the distinction between regular types (also known as output types) and input types serves a specific purpose to ensure clarity, maintainability, and type safety. While it might seem convenient to use any type as an input type, there are valid reasons for this separation:
Please ChatGPT, do tell...
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Ever move a file, merge main, then get hit with this? | |
| # | |
| # Deleted merge conflict for 'foo.txt': | |
| # {local}: deleted | |
| # {remote}: modified file | |
| # Use (m)odified or (d)eleted file, or (a)bort? | |
| # |
// TODO: Determine whether we need traceKitWindowOnError to map the errors too.
dom.window.asInstanceOf[std.Window].onerror = toUnionLeft(onErrorEventHandler _) private def onErrorEventHandler(
event: dom.Event | String,
source: js.UndefOr[String],
lineno: js.UndefOr[Double],scalacOptions ++= Seq(
"-Ybrowse:typer",
"-Xprint:typer",
"-Xlog-implicits"
)