I hereby claim:
- I am connyay on github.
- I am connyay (https://keybase.io/connyay) on keybase.
- I have a public key whose fingerprint is 18A9 F274 2D71 810E 50C5 9473 53CD 10ED B633 71AE
To claim this, I am signing this object:
| use std::future::Future; | |
| use crate::worker_sys::Context as JsContext; | |
| use crate::Result; | |
| use serde::de::DeserializeOwned; | |
| use wasm_bindgen::JsValue; | |
| use wasm_bindgen_futures::future_to_promise; | |
| /// A context bound to a `fetch` event. |
| // Package http provides an HTTP service using FastHTTP that exposes endpoints | |
| // for text completions, chat completions, and embeddings using various AI model providers (OpenAI, Anthropic, Bedrock, Mistral, Ollama, etc.). | |
| // | |
| // The HTTP service provides three main endpoints: | |
| // - /v1/text/completions: For text completion requests | |
| // - /v1/chat/completions: For chat completion requests | |
| // - /v1/embeddings: For text embedding requests | |
| // - /v1/mcp/tool/execute: For MCP tool execution requests | |
| // | |
| // Configuration is handled through a JSON config file and environment variables: |
| { | |
| "Ansi 6 Color" : { | |
| "Red Component" : 2.9028859671598184e-07, | |
| "Color Space" : "sRGB", | |
| "Blue Component" : 0.83137255907058716, | |
| "Alpha Component" : 1, | |
| "Green Component" : 0.73725491762161255 | |
| }, | |
| "Tags" : [ |
| 13.108.238.128/28,13.108.238.144/28,13.108.254.128/28,13.108.254.144/28,13.110.6.176/28,13.110.6.192/28,13.110.6.208/28,13.110.6.224/28,13.110.14.176/28,13.110.14.192/28,13.110.14.208/28,13.110.14.224/28,13.110.74.224/28,13.110.74.208/28,13.110.78.224/28,13.110.78.208/28,136.147.46.176/28,136.147.46.192/28,136.147.62.176/28,136.147.62.224/28,136.147.46.192/28,136.147.62.192/28,136.147.46.192/28,136.147.62.192/28,138.68.240.22/28 |
| (function(messageNum) { | |
| var messages = { | |
| 1: ["Warning Subject", "Yo! Knock it off.\n\nYou are not respecting the rules."], | |
| 2: ["Last Chance Subject", "This is your last chance!\n\nPlease review [the rules](https://www.reddit.com/r/ProudMod/wiki)"] | |
| } | |
| if (/reddit\.com\/user\/*/.test(location.href)) { | |
| if (!messageNum) { | |
| messageNum = prompt("Which message would you like to compose?"); | |
| } | |
| var message = messages[messageNum]; |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "binary_file_patterns": | |
| [ | |
| "*.jpg", | |
| "*.jpeg", | |
| "*.png", | |
| "*.gif", | |
| "*.ttf", | |
| "*.tga", | |
| "*.dds", |
| #!/bin/bash | |
| # .openshift/action_hooks/build | |
| # Change home directory (npm puts a lot of cache and tmp directories here) | |
| HOME=$OPENSHIFT_REPO_DIR | |
| cd $OPENSHIFT_REPO_DIR | |
| if [ "$OPENSHIFT_GEAR_UUID"=="$OPENSHIFT_APP_UUID" ]; then | |
| # Main gear - cache node_modules for quicker pushes | |
| mkdir -p "$OPENSHIFT_DATA_DIR"node_modules |
| Name: node-diy | |
| Cartridge-Short-Name: NODEDIY | |
| Display-Name: Node DIY | |
| Description: "Node.js cartridge that lets you take the wheel" | |
| Version: '0.10.32' | |
| Source-Url: https://github.com/connyay/openshift-node-diy.git | |
| License: "Apache v2" | |
| License-Url: https://github.com/connyay/openshift-node-diy/blob/master/LICENSE | |
| Cartridge-Version: 0.1 | |
| Compatible-Versions: ['0.1'] |
| 'use strict'; | |
| var tracer = require('tracer'); | |
| var daily = tracer.dailyfile({ | |
| format: '{{message}}', | |
| root: './logs' | |
| }); | |
| var color = tracer.colorConsole({ | |
| format: '{{message}}' | |
| }); | |
| var levels = ['log', 'trace', 'debug', 'info', 'warn', 'error']; |