Todsaporn Banjerdkit

Results 36 issues of Todsaporn Banjerdkit

**Is your feature request related to a problem? Please describe.** I think current SQL code didn't escape or prevent SQL injection? e.g. ```SQL var sqlSelect = "SELECT wasm_binary from wasm_executables...

### Summary `wasm-bindgen` generates JavaScript bindings for SystemInstruction exported from `solana-program`. The generated JavaScript references a non-existent function `wasm.__wbg_systeminstruction_free` that leads to an attempted import error when importing the wasm...

question

refer to https://github.com/jacobcreech/Token-Creator/blob/6e3cb2a2217dc7cb249c01c020840f314b50a3ef/src/components/UploadMetadata.tsx#L10-L13 but it's available here https://docs.bundlr.network/docs/participate/Types%20of%20Nodes/Validator/validator-join#environment-variables ```env PORT=80 BUNDLER_URL="https://testnet1.bundlr.network" GW_CONTRACT="" GW_ARWEAVE="https://arweave.testnet1.bundlr.network" ``` so we just miss `testnet` support or it's really not support?

### 🚀 The feature OpenAI not consume `endpoint` https://github.com/embedchain/embedchain/blob/3cff5e9/embedchain/llm/openai.py#L28-L33 ```python kwargs = { "model": config.model or "gpt-3.5-turbo", "temperature": config.temperature, "max_tokens": config.max_tokens, "model_kwargs": {}, } ``` So that i can't customize...

Release Notes: - Added a fallback BPE if the language model doesn't have one.

cla-signed

This should be simple but instead of able to drag that connected point, I always get new unwant line instead. Can't find any example that doing just this. Any hint...

**Problem** Try to use `defs` in `svg` ```svg ``` **Steps To Reproduce** ``` #![allow(non_snake_case)] use dioxus::prelude::*; fn main() { launch(App); } fn App() -> Element { rsx! { svg {...

Hi, noobs here! question is... How to check that sound is already load? so i can just play if sound already load... far as i try is ``` var si:SoundInstance...