issues Search Results · repo:dwickern/scala-nameof language:Scala
Filter by
15 results
(100 ms)15 results
indwickern/scala-nameof (press backspace or delete to remove)I ve noticed https://github.com/dwickern/scala-nameof/pull/26 in which updating dependencies was done manually.
I would suggest setting up RenovateBot GitHub App (or optionally a scheduled GH Action) ...
gaeljw
- Opened on Mar 3
- #29
The nameOf mathod seems can not get correct key name string for the following code.
import com.github.dwickern.macros.NameOf._
object MyParam {
val yuv400 = 0
val yuv420 = 1
val yuv422 = 2
val ...
facebreeze
- 1
- Opened on May 30, 2024
- #25
Thanks for this great library. I noticed that release v4.0.0 doesn t support Scala.js anymore. Is there a specific
reason for this?
sief
- 3
- Opened on Dec 12, 2023
- #24
Hi, thanks for this very useful lib.
Do you plan to do a Scala 3 version ?
s-bernard
- 2
- Opened on Dec 13, 2021
- #22
dadhi
- Opened on Sep 9, 2021
- #21
i can t find out why
import com.github.dwickern.macros.NameOf._
leads to
Abc.scala:17:12: object dwickern is not a member of package com.github [17:12]
In build.sbt i ve added
libraryDependencies ...
hartmut27
- 2
- Opened on Aug 25, 2021
- #20
Deeksha2501
- 1
- Opened on Jul 9, 2021
- #19
Thanks for your awesome work.
I have a problem using nameof without having an instance of the type.
We can use the following way to get a field name
case class Person(name: String, age: Int)
println(nameOf((_:Person).age)) ...
CowSmiles
- 1
- Opened on Jul 7, 2021
- #18
Demo:
import shapeless.syntax.singleton._
import shapeless.record._
it( can get name singleton ) {
val t1 = NameOf.nameOfType[Seq[Int]]
val record = (t1 - r ) :: a - 5 :: HNil ...
tribbloid
- Opened on Apr 28, 2021
- #17
how do you use nameOf if there are two methods having the same name but different parameters?
alain-espina
- 1
- Opened on May 1, 2020
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.