Displaying 20 results from an estimated 1000 matches similar to: "Hexagon automatically generated code - proposed change"
2020 Jun 15
2
Streams dropping out after 8-12 seconds in Edge, IE
<div dir="auto">For what it's worth, it's working in NZ/vodafone/android firefox for me<br></div><div style="line-height:1.5"><br><br>-------- Original message --------<br>From: Gavin Stephens <gavin@stephens.net.nz><br>Date: Mon, 15 Jun 2020, 15:59<br>To: icecast@xiph.org<br>Subject: Re: [Icecast]
2017 Jul 20
2
error:Ran out of lanemask bits to represent subregisterr
Hello Krzysztof,
The R_CASS definition is as follows:
class R_CASS<string n, bits<16> Enc, list<Register> subregs = []> :
Register<n> {
let Namespace = "X86";
let HWEncoding = Enc;
let SubRegs = subregs;
}
On Thu, Jul 20, 2017 at 4:14 AM, Krzysztof Parzyszek <
kparzysz at codeaurora.org> wrote:
> I tried reproducing the problem, but the file
2017 Aug 31
4
Recycle Repository Issue
I have done some searching on the Internet, but not been able to find a solution to my problem. I hope you can help me with this.
I have a server at home that runs on FreeBSD 10.3. The file system is ZFS. I have two ZFS pools: tank and fun. I share my ZFS file systems using Samba v4.6.2.
When I add recycle bin functionality for a share like below, it work like a charm:
[mac]
path =
2019 Jun 25
1
LastLogin update
Em 24/06/2019 18:39, Jorge Bastos via dovecot escreveu:
> Hi Julio,
>
> Could you share with us your "acl" config for shared folder?
> May be interesting for me,
>
> Jorge,
Hi Jorge.
Currently I'm not using the shared folder.
Maybe you could be interested in this tutorial from iRedmail:
https://docs.iredmail.org/public.folder.html
2024 Oct 24
1
Unrecognized command-line options
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241024/4b16b621/attachment.htm>
2024 Oct 26
1
Getting the NUT pieces to work together...
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241026/ce542852/attachment.htm>
2024 Nov 26
1
USB match but cannot open??
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241125/2f581c92/attachment.htm>
2025 Feb 17
1
Output from 'make distcheck-light' and documentation question
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20250217/3315079a/attachment.htm>
2024 Oct 26
1
Getting the NUT pieces to work together...
Sounds great!
By `connection error` it looks like the `upsc` client had nowhere to go. Is
`upsd` started (and does it `LISTEN` on locahost or asterisk per
`upsd.conf`)?
Jim
On Sat, Oct 26, 2024, 08:13 William R. Elliot <bill at wreassoc.com> wrote:
> Hello again.
>
> I now have large chunks of the new driver working in the foreground and
> wanted to see what upsc reports
2024 Oct 22
1
Why only the first of a series of calls to a function in my driver executing?
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241022/a5e3106d/attachment.htm>
2020 Jun 15
2
Streams dropping out after 8-12 seconds in Edge, IE
Hi
Is anyone experiencing Icecast streams dropping out after about 8-12 seconds in Edge or IE? It's fine in Chrome or Firefox. It's also fine in the new Chromium based Edge.
I have a number of listeners reporting it. It also happens on some of the streams in the http://dir.xiph.org/ Icecast directory (Alt Rock 97, Wakefield FM, KBSU, 80s 90s Hit Radio etc.).
Here's one of my stream
2020 May 22
2
Clients, not always connecting since about 2.4.1, 2.4.2.
Hi Philip,
I'll do more testing and logging over the weekend and see how I go.
At the moment I have 2.4.4 Win32 running on port 9000 @ http://radioinvercargill.nz:9000/ I'm not sure how good this will be from overseas as the queue is only about 8 seconds, burst about 4 seconds. It's adequate for xDSL/Fibre and 4G mobile over here and is on a 450Mbps upstream fibre line. I've
2017 Aug 10
1
Plotting log transformed predicted values from lme
Thank you Michael,
Curves for each level of the factor sounds very interesting,
Do you have a suggestion how to plot them?
Thank you!
Alina
*Alina Vodonos Zilberg*
On Thu, Aug 10, 2017 at 7:39 AM, Michael Dewey <lists at dewey.myzen.co.uk>
wrote:
> Dear Alina
>
> If I understand you correctly you cannot just have a single predicted
> curve but one for each level of your
2023 Jan 10
1
My forest plot is not fit to windows in R software
Dear Prof.Thank you for your kind response. I have only used:
install.packages("tidyverse")
install.packages("meta")
install.packages("metafor")
library(tidyverse)
library(meta)
library(metafor)and then,forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10, digits=3)Unfortunately I am not
2018 Feb 24
1
Parsing a bit code file
I am trying to parse LLVM IR from a bit code file. I went through the
following steps.
hello.cpp
#include <iostream>
int main() {
std::cout << "Hello world!" << "\n";
return 0;}
dump.cpp
#include <llvm/IR/Module.h>#include <llvm/IRReader/IRReader.h>#include
<llvm/IR/LLVMContext.h>#include <llvm/Support/SourceMgr.h>
using
2018 Mar 11
1
Problem connecting two home networks (Windows/Linux)
Hi all,
After having read most of the available documentation I still have got
problems interconnecting two networks in router mode:
My configuration consists of two private home networks that I want to
connect:
Vienna 192.168.0.0/24 - Internet gateway 192.168.0.1
Berlin 192.168.1.0/24 - Internet gateway 192.168.1.1
VPN Devices are configured as 192.168.3.1 (Vienna) and 192.168.3.2
2017 Oct 29
7
Count non-zero values in excluding NA Values
Dear R Staff
You can see my data.csv file in the annex.
I try to count non-zero values in dataset but I need to exclude NA in this
calculation
My code is very long (following),
How can I write this code more efficiently and shortly?
## [NA_Count] - Find NA values
data.na =sapply(data[,3:ncol(data)], function(c) sum(length(which(is.na
(c)))))
## [Zero] - Find zero values
2023 Oct 17
1
Strange behaviour --UPDATE--
Dear All,
I've sent yesterday this issue, but as it contained two screenshots, I'm
not sure if it reached the list. I post it again with some updates.
1) I had encoded a WAV file three years ago. Examining the FLAC file
with an HEX/text viewer, i find at the beginning, after some headers, it
declares
reference libFLAC 1.3.1 20141125. However, I'm pretty sure I didn't use
that
2020 Oct 29
2
Good Evening,
I contacted Martin Maechler (maechler at stat.math.ethz.ch) and was advised to
contact you for input on the question below...thanks!
I am very new with the R experience, all I know is that it's computer
language & coding... I'm trying to plot a regression graph for runif (100,
1000, 10000). What am I not getting here, I can get the values in R no
problem, but no idea how to turn it
2018 Apr 17
2
Corrupted dbox file around offset= EOF reading msg header
Hello Dovecoters,
I am using dovecot-2.2.10-8.el7.x86_64 on RHEL 7.4
When I backup mdboxes (using SIS) using this command
doveadm -Dv -o plugin/quota= sync -1f -u user1 at user.com
mdbox:/mailbackup/user1
mails get backedup but all m files are not copied. Last file copied is m.4
If I run the command again I get below error
I tried with doveadm backup command as well (many times).