Robert Collins

Results 38 comments of Robert Collins

So, when you use scoped styles, it attaches an attribute to elements in scope and that same attribute the the end tags in each of your rules. This prevents styling...

I don't want this — there are other extensions (Web of Trust, for example) that provide third party reviews. The reason there are multiple block lists to import from is...

> I also think this is Windows-only. On macOS you can simply right-click on the app in the dock and toggle the "Open at login" option, so there is no...

can you show a sample of what you meant?

I found a day later that I needed to import a trait tog et access, that was all. I tbhink the problem here is not one of default behaviors, but...

this discussion may be tracking the resolution: https://github.com/ggerganov/llama.cpp/issues/6849

would love to see currently running models, and the url, in the menu bar icon (on Mac, that icon only offers "Quit" even once a model is running).

@technovangelist you're right. sorry, I thought he meant individual models (I misread the OP). I was suggesting: if you are going to add cli to stop models (thank might ahve...

This may be an operating system issue? I'm on Ventura 13.1 on a mac, and I wanted an italic from one font but the Bergen Mono otherwise. I installed only...

in python's sympy, I would do about this: ```py >>> from sympy import sympify, solve, Eq, symbols >>> def solve_equation(equation_str, variable='h'): ... var = symbols(variable) ... lhs_str, rhs_str = equation_str.split('=')...