Sivaram Konanki

Results 19 issues of Sivaram Konanki

help wanted
good first issue

Same installation instructions. Rust compiler: nightly 1.63 Mac OS Version: 12.4 ``` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/sivaram.konanki/Projects/rustc_codegen_cranelift/build_sysroot/target/x86_64-apple-darwin/release/deps/liblibc-ed5a7914adca68ac.rlib(lib.rmeta) has no symbols Compiling alloc v0.0.0 (/Projects/rustc_codegen_cranelift/build_sysroot/sysroot_src/library/alloc) Compiling cfg-if v0.1.10 Compiling adler v1.0.2 Compiling memchr...

C-bug
help wanted
O-macos
O-x86_64

This file https://github.com/googleapis/googleapis/blob/master/google/firestore/v1/query.proto `StructuredQuery_Direction` is generated but `StructuredQuery_FieldFilter`, `StructuredQuery_UnaryFilter`, `StructuredQuery_Projection`, `StructuredQuery_Order` etc. are not generated ```julia # syntax: proto3 using ProtoBuf import ProtoBuf.meta import ProtoBuf.google.protobuf import ._ProtoBuf_Top_.google mutable struct Cursor

There are 5 case studies in the book "Bayesian Statistics and Marketing" by Peter Rossi and Robert McCulloch. However, the accompanied R code uses "bayesm" package and it is difficult...

Is there any way of using weights or computing weights in combinef function so that they do not return negative forecasts in lower levels?

My `hello.scala` looks like this: ```scala package hello import breeze.linalg._ object Hello { def main(args: Array[String]) = { println("Hello") val x = DenseVector.zeros[Double](5) val y = DenseVector.zeros[Int](5) println(x) } }...

Is there a way where we can change underlying data specified in SSModel function or copy the entire contents of the model into a new model and specify new data...

enhancement
question

Environment: rustc 1.64.0-beta.3 (82bf34178 2022-08-18) ``` Foundation" "-framework" "CoreGraphics" "-framework" "CoreFoundation" "-lSystem" "-lobjc" "-liconv" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv" "-L" "/Users/user/.rustup/toolchains/beta-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/var/folders/vx/_5fgc0ps1_s46k0jyf4fw2w5gn8nsx/T/cargo-install9koPEX/release/deps/simp-a748a72e178cf392" "-Wl,-dead_strip" "-nodefaultlibs" = note: Undefined symbols for...

bug

Indexes for the matrices are not present. No string indexer in place.

I am experimenting with API generation with .proto definitions like this. Would you be interested in experimenting with these. https://github.com/googleapis/googleapis.github.io/blob/master/examples/rpc/swift/SETUP.sh I used ProtoBuf.jl to generate Client Stubs. Julia example below....