Results 28 issues of sido420

Do I need special hardware to use textbelt as standalone server? Is there a guid somewhere on how to set it up?

I followd MacOSX instructions on 10.11.6 (El Capitan) ``` $ ./nodec --version dyld: lazy symbol binding failed: Symbol not found: _clock_gettime ```

Is there an easy way to compile/convert handlebar templates (.handlebars) into marko compatible files? In my project, I have several handlebars files that I precompile into JS and include in...

I am trying to use tusd as file upload server for nativescript apps. There are some plugins available but they have different issues and unreliable. I also tried using the...

question

is NativeScript a supported platform? Has anyone tried using sipml5 on Nativescript platform? Is this project alive?

Thanks for the hard work on this project. I wanted to know the scope of this project. Specifically, with regards to support for Safe Browsing API. Does it support all...

Please add the option to just locate a place, address, coordinate etc on the map. It should be easy but will be helpful in many use cases. Thanks.

enhancement

Thanks for the examples. Is there an easy way to set configuration values using `substdef` or `define` thru env vars? I tried a few things using $env but doesn't seem...

Can it be configured to generate a preview image automatically rather than providing it one?

Adding `svelte-native-nativescript-ui` to Nativescript Playground throws this error. ``` An error occurred while transpiling svelte-native-nativescript-ui/autocomplete/index.d.ts. unknown: Unexpected token, expected "{" (3:81) 1 | import { NativeViewElementNode } from "svelte-native/dom"; 2...