Chrome DevTools Protocol Library For Nim (control your browser)

2024-04-04 Thread bung
I was thinking about this recently, and tried implement it myself last night, then I found your repo, that's lucky,. I have exists project use , am planning use cdp instead. >From what I can tell, the cdp lack of dom domain, tab domain apis, and page >doma

Glaucus Linux

2024-04-04 Thread janAkali
Thank you! But you're probably mistaken... I am not the Glaucus dev 😅

Glaucus Linux

2024-04-04 Thread Niminem
Dude you're the kind of developer I strive to be. Watched that entire interview

Chrome DevTools Protocol Library For Nim (control your browser)

2024-04-04 Thread Niminem
Hey guys, just wanted to share my new Nim library [cdp](https://github.com/Niminem/ChromeDevToolsProtocol). It's a low-level wrapper for Chrome DevTools Protocol (CDP). All you need is to have Chrome installed on your system and it will work like magic. Will be adding Chromium and Edge support

Help needed: binarylang issue

2024-04-04 Thread soarowl
Thanks your code. But I need a binary parser/writer which can read/write bit-oriented fields and have big endian or little endian. for ex: those projects. BinaryLang is powerful, just declare a struct, the parser and writer will be auto generated. But i

How to use inherited Object type as return type?

2024-04-04 Thread ninovanhooff
facepalm:| This is what I get from coding in 3 languages. Thanks.

Balmorex Pro ™ UPDATE 2024 Price, Ingredients, Benefits, Reviews?

2024-04-04 Thread velasctina
✿•*`¨*`•.¸✯Shop Now ✿•*`¨*`•.¸✯ Product Name :- Balmorex Pro Main Benefits:- Pain Relief Official Store And Price Composition:- Natural Organic Compound Side-Effects:- NA Rating:- ⭐ Availability:- Online Where to Buy:- Official Website

Makers CBD Gummies Reviews: Intuitive Healing: Nurturing Wellness

2024-04-04 Thread millie3939
Makers CBD Gummies Reviews: Intuitive Healing: Nurturing Wellness What are Makers CBD Gummies ? Makers CBD Gummies Come what may, you ought to realize that medications are definitely not a drawn out arrangement. Click➲➲Official Website➲ Makers CBD Gummies Generally speaking, we realize that down

Makers CBD Gummies Reviews:  Total Relaxation! Revitalize Your Body

2024-04-04 Thread millie3939
Makers CBD Gummies Reviews: Total Relaxation! Revitalize Your Body What is Makers CBD Gummies ? We as a whole comprehend that the pot plant comes inside the most gainful plants and the compound construction that without question, everybody should wish to find on this plant is alluded to as Maker

Help needed: binarylang issue

2024-04-04 Thread Noraxx
import streams import strformat import strutils # # I7 structure type i7 = object flag: bool value: int8 # Implement custom serialization and deserialization for i7 proc putValue(sstream: var StringStream, value: i7) = sstream.write(value.flag) sstream.write(value.value) proc getV

invoking a macro from a template?

2024-04-04 Thread dwhall256
Thank you. I got this to compile locally and I suspect it will work. My test project is not building for other reasons that I'm working on. So it will be a bit before I can claim full success and push to

NimForUE

2024-04-04 Thread blutsband
cool work!

What Are The Advantages Of Utilizing The CerebroZen?

2024-04-04 Thread cerebrozenin
CerebroZen is a homegrown fluid arrangement that helps support hearing in people with the assistance of its regular and plant-based fixings that give the accompanying key advantages: CerebroZen Helps Backing Sound Hearing: CerebroZen assists support solid hearing in people over 30 years old by w

Nimwave - build TUIs for the terminal, web, and desktop

2024-04-04 Thread flaxzune
OMG that would be so awesome.

Essential Keto Gummies Reviews Safe Ingredients And The Latest Hoax Alert 2024!

2024-04-04 Thread cerebrozenin
Near start and keeping up the metabolic state of ketosis, Essential Keto Gummies other cut hunger needs and deals with quite far. Purchasers can use Essential Keto Gummies while following a ketogenic diet, since it helps with the stack bother and weakening, regardless, when used in restriction a

Help needed: binarylang issue

2024-04-04 Thread soarowl
I have following's code: import binarylang import strformat struct(i7, endian = l, bitEndian = r): u1: flag = 0 7: value block: var sbs = newStringBitStream() for v in -127 .. 127: sbs.seek(0) let data = I7(

https://groups.google.com/u/1/g/md-bp-gummies-australia-reviews-2024-buy-official/c/E657dSXt6Pc

2024-04-04 Thread shruti0032
Visit_Now@Visit_Now>> MD BP Gummies Reviews: MD BP Gummies provide your body with unquestionable levels of metabolic support! Since you have recently battled weight loss, you are undoubtedly here. Fu

Problem to understand an exception

2024-04-04 Thread MauroG
Thanks janAkali. It seemed so strange to me that it didn't work with **CiphersIntermediate** that it didn't occur to me to try **CiphersOld**. With `CiphersOld`, it works perfectly

how to get current loop counter from for loop in a module?

2024-04-04 Thread beckx
thanx for reading my question to your answers: a.) the reason why i do not use the "echo" directly in the procedure is, because i've stripped down the "real application" to a simple use case (i thought ;) ). The real application is a gui which is calling the "callBlockingProc" b.) the "docs" i