-
We have quite a bit of warnings in Eclipse, need to clean that.
-
### Core Library
MSAL.js (@azure/msal-browser)
### Core Library Version
3.24.0
### Wrapper Library
Not Applicable
### Wrapper Library Version
-
### Public or Confidential Client?
Public
### …
-
```
Global class constructors gets called before the init() routine
initializing timers is called. As a consequence calls to delay() from
within a global class constructor will never return.
Rather…
-
Renaming the class variable has a side-effect:
https://github.com/linux-usb-gadgets/libusbgx/blob/master/src/function/ether.c#L70
Now the library will want to write to the file "class_" instead of…
-
Currently, functions of this package require passing a standard-compatible namespace as `xp=xp`. This works fine, but there have been suggestions that it might be nice to avoid this requirement. There…
-
```
Global class constructors gets called before the init() routine
initializing timers is called. As a consequence calls to delay() from
within a global class constructor will never return.
Rather…
-
The Microsoft Graph sample Android app
https://github.com/microsoftgraph/msgraph-sample-android
no longer compiles with msgraph-sdk-java version 6.
There is an updated msal authentication library…
-
I'm using SWIG (4.0.2) to wrap a C++17 library to python3, and I've found cases in which SWIG raises a Syntax error
```
Error: Syntax error in input
```
In this issue you will find attached at t…
-
3.5.1
```scala
scala> class A { class B }
scala> def f(using a: A): a.type = { println("f"); a }
scala> given a: A = new A
scala> new f.B
val res0: a.B = A$B@3921135e
```
Via https://disco…
lrytz updated
1 month ago
-
### Library name and version
Azure.Messaging.ServiceBus v7.18.0+
### Describe the bug
When creating a ServiceBusSender using ServiceBusClient.CreateSender() the returned Sender does not have its Id…